summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHoracio Sanson <horacio@allm.net>2019-06-20 08:51:45 +0900
committerHoracio Sanson <horacio@allm.net>2019-06-20 08:51:45 +0900
commitbf0d0597cb14fa84e9719c7368d2799bf6539718 (patch)
treedd328d669d7592f984fbb62323a73ffd4cab8c49 /doc
parent9ad8fd6a1bdff5f0c80cf921df5628d1d322cf82 (diff)
downloadale-bf0d0597cb14fa84e9719c7368d2799bf6539718.zip
Fix small doc typo
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 26a3aedd..eea3d102 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -3220,7 +3220,7 @@ ale#lsp_linter#SendRequest(buffer, linter_name, message, [Handler])
containing three elements:
`is_notification` - an |Integer| that has value 1 if the
request is a notification, 0 otherwise;
- `methdod` - a |String|, identifying an LSP method supported
+ `method` - a |String|, identifying an LSP method supported
by `linter`;
`parameters` - a |dictionary| of LSP parameters that are
applicable to `method`.