Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
zanesterling committed Jun 16, 2015
1 parent 67af059 commit d891dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ And install it:

### Automatically

This plugin automatically checks the JavaScript source and highlights the lines with errors on file writes, entering a buffer and leaving insert mode. It also will display more information about the error in the commandline if the curser is in the same line.
This plugin automatically checks the JavaScript source and highlights the lines with errors on file writes, entering a buffer and leaving insert mode. It also will display more information about the error in the commandline if the cursor is in the same line.

To disable automatic checking and only check when the file is written, use the following in your ~/.vimrc or set it at runtime:
`let JSHintUpdateWriteOnly=1`
Expand Down

0 comments on commit d891dd1

Please sign in to comment.