1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 20:30:05 +08:00

docs(lsp): fix typo in language-server-protocol.md

identifer -> identifier
This commit is contained in:
Ikko Ashimine 2022-09-18 13:03:25 +09:00 committed by GitHub
parent 772f830b62
commit b07b5038af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ By default, this layer use following language server client implementations:
- Code completion (provided by [autocomplete](https://spacevim.org/layers/autocomplete/) layer)
- Lint on the fly
- Rename symbol
- Hover/Get identifer info.
- Hover/Get identifier info.
- Goto definition.
- Goto reference locations.
- Workspace/Document symbols query.