diff options
author | w0rp <devw0rp@gmail.com> | 2020-08-04 20:07:58 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2020-08-04 20:11:49 +0100 |
commit | 86d5cb81bd30269ce0c0974673b3ba030b814356 (patch) | |
tree | 923d1093e46dc0f0bfb6a1c985e2244076dcbd80 /README.md | |
parent | acf892c4d14ee73c570527d86cecfc14c84360a9 (diff) | |
download | ale-86d5cb81bd30269ce0c0974673b3ba030b814356.zip |
Use more American English
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -102,7 +102,7 @@ programs for checking the syntax and semantics of your programs. By default, linters will be re-run in the background to check your syntax when you open new buffers or as you make edits to your files. -The behaviour of linting can be configured with a variety of options, +The behavior of linting can be configured with a variety of options, documented in [the Vim help file](doc/ale.txt). For more information on the options ALE offers, consult `:help ale-options` for global options and `:help ale-integration-options` for options specified to particular linters. @@ -738,7 +738,7 @@ while you type. ALE uses a timeout which is cancelled and reset every time you type, and this delay can be increased so linters are run less often. See `:help g:ale_lint_delay` for more information. -If you don't wish to run linters while you type, you can disable that behaviour. +If you don't wish to run linters while you type, you can disable that behavior. Set `g:ale_lint_on_text_changed` to `never`. You won't get as frequent error checking, but ALE shouldn't block your ability to edit a document after you save a file, so the asynchronous nature of the plugin will still be an advantage. |