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

This commit is contained in:
Ziwen Mei 2021-12-06 12:19:15 +08:00 committed by GitHub
parent 523b4b78f5
commit d70dd9faaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ export const transformSrcset: NodeTransform = (
return { url, descriptor } 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 // them
for (let i = 0; i < imageCandidates.length; i++) { for (let i = 0; i < imageCandidates.length; i++) {
const { url } = imageCandidates[i] const { url } = imageCandidates[i]