Skip to content

Commit 1de93d8

Browse files
committed
chore: fix typo
1 parent 4c6ced5 commit 1de93d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/src/vaporFlags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export enum VaporVForFlags {
1414
*/
1515
IS_COMPONENT = 1 << 1,
1616
/**
17-
* v-for inside v-ince
17+
* v-for inside v-once
1818
*/
1919
ONCE = 1 << 2,
2020
}

0 commit comments

Comments
 (0)