Explorar o código

chore(compiler-sfc): fix typo in comments (#5029)

Ziwen Mei %!s(int64=4) %!d(string=hai) anos
pai
achega
d70dd9faaa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/compiler-sfc/src/templateTransformSrcset.ts

+ 1 - 1
packages/compiler-sfc/src/templateTransformSrcset.ts

@@ -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]