summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Parise <jon@indelible.org>2021-07-28 04:40:59 -0700
committerGitHub <noreply@github.com>2021-07-28 20:40:59 +0900
commitdce088a4f07c55f7cff4eef90224fa85aa402877 (patch)
treec580e672c417e5502935085eb83dd36f05f9ae7f
parent73d32335fe0b9d723e19f098d3c263b01e17d234 (diff)
downloadale-dce088a4f07c55f7cff4eef90224fa85aa402877.zip
Correct the spelling of :ALEComplete (#3843)
-rw-r--r--doc/ale.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 5d6e215a..2e5cd145 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -3111,7 +3111,7 @@ ALEComplete *ALEComplete*
Manually trigger LSP autocomplete and show the menu. Works only when called
from insert mode. >
- inoremap <silent> <C-Space> <C-\><C-O>:AleComplete<CR>
+ inoremap <silent> <C-Space> <C-\><C-O>:ALEComplete<CR>
<
A plug mapping `<Plug>(ale_complete)` is defined for this command. >