Skip to content

Commit 03cdd00

Browse files
authored
Update lsp.md (#774)
"oin" -> "on"
1 parent 7e0eefd commit 03cdd00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/lsp.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The goal of this library is to implement [Language Server Protocol](https://micr
55
Included in this library is a full-fidelity `LanguageServer` but also full `LanguageClient` implementation that could be implemented in an editor, but mainly it is used to help make Unit Testing easier, more consistent (and maybe even fun!).
66

77
# Concepts
8-
The language server is built oin a few concepts. At it's core is the [MediatR](https://github.com/jbogard/MediatR) library that you will build language specific handlers around. Around that core is a bunch of knowledge of the LSP protocol
8+
The language server is built on a few concepts. At it's core is the [MediatR](https://github.com/jbogard/MediatR) library that you will build language specific handlers around. Around that core is a bunch of knowledge of the LSP protocol
99
with the goal of making it more ".NET" like and less protocol centric.
1010

1111
LSP revolves around features ( eg Completion, Hover, etc ) that define the inputs (request object) the outputs (response object) as well as Client Capabilities and Server Registration Options.

0 commit comments

Comments
 (0)