We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523b4b7 commit d70dd9fCopy full SHA for d70dd9f
packages/compiler-sfc/src/templateTransformSrcset.ts
@@ -57,7 +57,7 @@ export const transformSrcset: NodeTransform = (
57
return { url, descriptor }
58
})
59
60
- // 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
61
// them
62
for (let i = 0; i < imageCandidates.length; i++) {
63
const { url } = imageCandidates[i]
0 commit comments