Skip to content

Commit

Permalink
chore: fix typo (#7680)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred-Skyblue committed Feb 11, 2023
1 parent 1d09540 commit a0e7dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/reactivity-transform/src/reactivityTransform.ts
Expand Up @@ -719,7 +719,7 @@ export function transformAST(
while (i--) {
const char = s.original.charAt(i)
if (char === '\n') {
// only insert semi if it's actually the fisrt thign after
// only insert semi if it's actually the first thing after
// newline
s.prependRight(node.start! + offset, ';')
break
Expand Down

0 comments on commit a0e7dc3

Please sign in to comment.