]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore(compiler-sfc): fix typo in comments (#5029)
authorZiwen Mei <67939848+Rudeus3Greyrat@users.noreply.github.com>
Mon, 6 Dec 2021 04:19:15 +0000 (12:19 +0800)
committerGitHub <noreply@github.com>
Mon, 6 Dec 2021 04:19:15 +0000 (23:19 -0500)
packages/compiler-sfc/src/templateTransformSrcset.ts

index edd00928f8af61d9065a9713b708500b35408ce7..ccdcc721e7b01215c0440580fae9e5e3ba2dc1ae 100644 (file)
@@ -57,7 +57,7 @@ export const transformSrcset: NodeTransform = (
             return { url, descriptor }
           })
 
-          // data urls contains comma after the ecoding so we need to re-merge
+          // data urls contains comma after the encoding so we need to re-merge
           // them
           for (let i = 0; i < imageCandidates.length; i++) {
             const { url } = imageCandidates[i]