Skip to content

Commit

Permalink
chore(compiler-sfc): fix typo in comments (#5029)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudeus3Greyrat committed Dec 6, 2021
1 parent 523b4b7 commit d70dd9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compiler-sfc/src/templateTransformSrcset.ts
Expand Up @@ -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]
Expand Down

0 comments on commit d70dd9f

Please sign in to comment.