Merge branch 'fix-small-doc-typo'

This commit is contained in:
RyanSquared 2019-06-21 04:16:42 -05:00
commit 65ba4b85ec
No known key found for this signature in database
GPG Key ID: CB5753014C3ADE94
1 changed files with 1 additions and 1 deletions

View File

@ -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`.