diff options
author | w0rp <devw0rp@gmail.com> | 2018-04-22 20:32:39 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-04-22 20:32:39 +0100 |
commit | 0b3ee11546952f11bcfa56ea58b28d99f19ab3a3 (patch) | |
tree | 822abb31b53e171fd44e90cbd6b0a655acd983c7 /doc | |
parent | 286abd12d3adf3fdb3ed90a71b9dd8e8af4bf841 (diff) | |
download | ale-0b3ee11546952f11bcfa56ea58b28d99f19ab3a3.zip |
Fix a typo
Diffstat (limited to 'doc')
-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 fa25cdde..9692708c 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -649,7 +649,7 @@ information returned by LSP servers. The following commands are supported: ALE supports finding references for symbols though any enabled LSP linters. ALE will display a preview window showing the places where a symbol is referenced in a codebase when a command is run. The following commands are -supporte3: +supported: |ALEFindReferences| - Find references for the word under the cursor. |