fix typo in 'Capabilities'

This commit is contained in:
Andre Weinand
2016-09-05 10:36:51 +02:00
parent 6dff3f61be
commit 0ba7f55dcc
6 changed files with 8 additions and 8 deletions

View File

@@ -44,7 +44,7 @@ connection.onShutdown(() => {
});
// After the server has started the client sends an initilize request. The server receives
// in the passed params the rootPath of the workspace plus the client capabilites.
// in the passed params the rootPath of the workspace plus the client capabilities.
connection.onInitialize((params: InitializeParams): InitializeResult => {
return {
capabilities: {