Skip to content

Commit a0e7dc3

Browse files
chore: fix typo (#7680)
1 parent 1d09540 commit a0e7dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/reactivity-transform/src/reactivityTransform.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ export function transformAST(
719719
while (i--) {
720720
const char = s.original.charAt(i)
721721
if (char === '\n') {
722-
// only insert semi if it's actually the fisrt thign after
722+
// only insert semi if it's actually the first thing after
723723
// newline
724724
s.prependRight(node.start! + offset, ';')
725725
break

0 commit comments

Comments
 (0)