Merge pull request #579 from alphastorm/master

Fix minor typo in the g:ale_lint_on_insert_leave docs
This commit is contained in:
w0rp 2017-05-25 13:40:56 +01:00 committed by GitHub
commit 6f76a840f0
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ g:ale_lint_on_insert_leave *g:ale_lint_on_insert_leave*
Default: `0`
This option will make ALE run the linters whenever leaving insert mode when
it it set to `1` in your vimrc file.
it is set to `1` in your vimrc file.
g:ale_linter_aliases *g:ale_linter_aliases*