Fix minor typo in the g:ale_lint_on_insert_leave docs

This commit is contained in:
Sunil Srivatsa 2017-05-25 01:47:59 -07:00
parent ed8f79987d
commit da8fd647bf
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*