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

@@ -52,7 +52,7 @@ documents.listen(connection);
const filesAssociationContribution = new FileAssociationContribution();
// 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.
let workspaceRoot: URI;
connection.onInitialize((params: InitializeParams): InitializeResult => {
workspaceRoot = URI.parse(params.rootPath);