Skip to content

Commit 3886647

Browse files
committed
chore: fix typo in comments (litteral)
1 parent 02d5cc3 commit 3886647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/getScript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default function(code, jsxInExamples) {
1111
}
1212
}
1313

14-
// if in JSX mode or litteral return examples code as is
14+
// if in JSX mode or literal return examples code as is
1515
if (jsxInExamples || /new Vue\(/.test(code)) {
1616
return code;
1717
}

0 commit comments

Comments
 (0)