diff options
author | Jon Parise <jon@indelible.org> | 2021-07-28 04:40:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-28 20:40:59 +0900 |
commit | dce088a4f07c55f7cff4eef90224fa85aa402877 (patch) | |
tree | c580e672c417e5502935085eb83dd36f05f9ae7f /doc | |
parent | 73d32335fe0b9d723e19f098d3c263b01e17d234 (diff) | |
download | ale-dce088a4f07c55f7cff4eef90224fa85aa402877.zip |
Correct the spelling of :ALEComplete (#3843)
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 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. > |