Fix a small typo

Signed-off-by: Remy Suen <remy.suen@gmail.com>
This commit is contained in:
Remy Suen 2017-11-11 06:12:23 +09:00 committed by GitHub
parent a0d1ba5394
commit f6e00cd72a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ Contributing to the language server protocol by proposing extensions to it requi
- as the [protocol](https://github.com/Microsoft/vscode-languageserver-node/blob/master\protocol\src\protocol.ts) itself request and notification additions need to be defined using [TypeScript](https://www.typescriptlang.org/).
- a document describing the protocol extension must be written using [GitHub flavored Markdown](https://guides.github.com/features/mastering-markdown/). The document must follow the style of the [protocol](https://github.com/Microsoft/vscode-languageserver-node/blob/master\protocol\src\protocol.ts) document.
- a reference implementation of the protocol must be provided for the [VSCode language client library](https://www.npmjs.com/package/vscode-languageclient). A reference implemenation for the [VS Code language server library](https://www.npmjs.com/package/vscode-languageserver) is optional.
- a reference implementation of the protocol must be provided for the [VSCode language client library](https://www.npmjs.com/package/vscode-languageclient). A reference implementation for the [VS Code language server library](https://www.npmjs.com/package/vscode-languageserver) is optional.
The actual contributation can happen in two ways: