Skip to content

Commit 47ec99e

Browse files
committed
Fixed typo.
1 parent 36b33f2 commit 47ec99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/javascript.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if version < 600 && exists("javaScript_fold")
2323
unlet javaScript_fold
2424
endif
2525

26-
"" dollar sign is permittd anywhere in an identifier
26+
"" dollar sign is permitted anywhere in an identifier
2727
setlocal iskeyword+=$
2828

2929
syntax sync fromstart

0 commit comments

Comments
 (0)