From bf0d0597cb14fa84e9719c7368d2799bf6539718 Mon Sep 17 00:00:00 2001 From: Horacio Sanson Date: Thu, 20 Jun 2019 08:51:45 +0900 Subject: [PATCH] Fix small doc typo --- doc/ale.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.