Skip to content

Commit 7b73c53

Browse files
Fix spelling error
1 parent 684c235 commit 7b73c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Specific customizations
2323
* Warn about *[missing commas](https://github.com/elzr/vim-json/issues/18)* between elements of an object [and elsewhere](https://github.com/elzr/vim-json/issues/34).
2424
* Warn about *trailing commas* after the last element in arrays or objects.
2525
* (All warnings can be turned off with a `let g:vim_json_warnings=0` in your `vimrc`.)
26-
* Optionally allow comment syntax highlighting. (turn this one with a `let g:vim_json_comments=1` in your `vimrc`.)
26+
* Optionally allow comment syntax highlighting. (turn this on with a `let g:vim_json_comments=1` in your `vimrc`.)
2727
* Recognize `.jsonp` file type. In [JSONP](http://stackoverflow.com/questions/2067472/what-is-jsonp-all-about), the wrapping function call at the beginning and the closing semicolon are recognized.
2828

2929
Screenshots

0 commit comments

Comments
 (0)