diff options
author | w0rp <devw0rp@gmail.com> | 2017-10-14 22:00:53 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-10-14 22:00:53 +0100 |
commit | 010ebc2459d2ce72d8c264737a9faa4ac694dbe5 (patch) | |
tree | 2952649ce71c997c2f8f9d8b80d3bd8792c60b9b /doc | |
parent | b2e6d0dff830402e1b6905dd1cc303962f69c022 (diff) | |
download | ale-010ebc2459d2ce72d8c264737a9faa4ac694dbe5.zip |
Fix a spelling mistake
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 1e6b396d..eaae2842 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -324,7 +324,7 @@ circumstances, which can be configured with the associated options. * When you open a new or modified buffer. - |g:ale_lint_on_enter| * When you save a buffer. - |g:ale_lint_on_save| * When the filetype changes for a buffer. - |g:ale_lint_on_filetype_changed| -* If ALE is used to check ccode manually. - |:ALELint| +* If ALE is used to check code manually. - |:ALELint| In addition to the above options, ALE can also check buffers for errors when you leave insert mode with |g:ale_lint_on_insert_leave|, which is off by @@ -342,7 +342,7 @@ circumstances. * When you open a new or modified buffer. - |g:ale_lint_on_enter| * When you save a buffer. - |g:ale_lint_on_save| * When the filetype changes for a buffer. - |g:ale_lint_on_filetype_changed| -* If ALE is used to check ccode manually. - |:ALELint| +* If ALE is used to check code manually. - |:ALELint| ALE will report problems with your code in the following ways, listed with their relevant options. |