Skip to content

Commit 0741179

Browse files
committed
style: update comment
1 parent e64d155 commit 0741179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/evalInContext.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function evalInContext(
1717
"__pragma__",
1818
"__concatenate__",
1919
"h",
20-
// FIXME: this "replace" should be removed as soona s the compiler utils are updated to vue 3
20+
// FIXME: this "replace" should be removed as soon as the compiler utils are updated to vue 3
2121
code.replace(/var h = this\.\$createElement;/, "")
2222
);
2323

0 commit comments

Comments
 (0)