Merge pull request #332 from rcjsuen/patch-4

Fix a small typo
This commit is contained in:
Dirk Bäumer 2017-11-15 12:13:40 +01:00 committed by GitHub
commit 19a6fd9eee
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: