diff options
author | Timmy Xiao <34635512+tzx@users.noreply.github.com> | 2020-12-30 17:39:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-30 23:39:05 +0100 |
commit | 329547bf70f0668ac92f9bf4364dbc6561d6fc08 (patch) | |
tree | 2f30140c3eb3b5d52638462d6d9e0a876d3c40dd | |
parent | fb90b6ec9803fdbd603b1d5f1685583218c18909 (diff) | |
download | rneovim-329547bf70f0668ac92f9bf4364dbc6561d6fc08.tar.gz rneovim-329547bf70f0668ac92f9bf4364dbc6561d6fc08.tar.bz2 rneovim-329547bf70f0668ac92f9bf4364dbc6561d6fc08.zip |
doc: Fix some spelling errors (#13636)
- Change 'conenvience' to 'convenient'
- Change 'lsp-handers' to 'lsp-handlers'
-rw-r--r-- | runtime/doc/lsp.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt index 67e2815715..8e93b188e9 100644 --- a/runtime/doc/lsp.txt +++ b/runtime/doc/lsp.txt @@ -118,7 +118,7 @@ FAQ *lsp-faq* < *vim.lsp.callbacks* - Q: What happened to `vim.lsp.callbacks`? - A: After better defining the interface of |lsp-hander|s, we thought it best + A: After better defining the interface of |lsp-handler|s, we thought it best to remove the generic usage of `callbacks` and transform to `handlers`. Due to this, `vim.lsp.callbacks` was renamed to |vim.lsp.handlers|. @@ -257,7 +257,7 @@ For |lsp-notification|, each |lsp-handler| has this signature: > *lsp-handler-configuration* -To configure the behavior of a builtin |lsp-handler|, the conenvience method +To configure the behavior of a builtin |lsp-handler|, the convenient method |vim.lsp.with()| is provided for users. To configure the behavior of |vim.lsp.diagnostic.on_publish_diagnostics()|, |