We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d09540 commit a0e7dc3Copy full SHA for a0e7dc3
packages/reactivity-transform/src/reactivityTransform.ts
@@ -719,7 +719,7 @@ export function transformAST(
719
while (i--) {
720
const char = s.original.charAt(i)
721
if (char === '\n') {
722
- // only insert semi if it's actually the fisrt thign after
+ // only insert semi if it's actually the first thing after
723
// newline
724
s.prependRight(node.start! + offset, ';')
725
break
0 commit comments