diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-03-21 17:35:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-21 17:35:34 +0000 |
commit | ca2472a460f47bed8794403bf136ec8cdc53042b (patch) | |
tree | c9a12206c14b72be719953ece745adb1c310f816 | |
parent | c0279de661738d4fc28ff05f5114e52db7c90ddc (diff) | |
parent | f0325d7322cbd532fd981f8872d36e8e053d1ddf (diff) | |
download | ale-ca2472a460f47bed8794403bf136ec8cdc53042b.zip |
Merge pull request #1438 from lepistone/doc-timers
doc: fix misspelled feature name
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index bfbad8a6..e99eaeba 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -269,7 +269,7 @@ CONTENTS *ale-contents* ALE provides the means to run linters asynchronously in Vim in a variety of languages and tools. ALE sends the contents of buffers to linter programs using the |job-control| features available in Vim 8 and NeoVim. For Vim 8, -Vim must be compiled with the |job| and |channel| and |timer| features +Vim must be compiled with the |job| and |channel| and |timers| features as a minimum. ALE supports the following key features for linting: |