From f6e00cd72a3ed2d96edda152e203739b689002b0 Mon Sep 17 00:00:00 2001 From: Remy Suen Date: Sat, 11 Nov 2017 06:12:23 +0900 Subject: [PATCH] Fix a small typo Signed-off-by: Remy Suen --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index ffea95f..55a78fb 100644 --- a/contributing.md +++ b/contributing.md @@ -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: