From 0c5f78efbfae6be3af033fd12810f804f0b9655e Mon Sep 17 00:00:00 2001 From: Dirk Baeumer Date: Tue, 14 Jan 2020 16:06:46 +0100 Subject: [PATCH] Fix spelling --- .vscode/spellright.dict | 2 ++ _specifications/specification-3-15.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/spellright.dict b/.vscode/spellright.dict index 662674f..9ecf4be 100644 --- a/.vscode/spellright.dict +++ b/.vscode/spellright.dict @@ -15,3 +15,5 @@ vscode vscode-jsonrpc vscode-languageserver-protocol boolean +npm +inlined diff --git a/_specifications/specification-3-15.md b/_specifications/specification-3-15.md index 5d7f894..0213a53 100644 --- a/_specifications/specification-3-15.md +++ b/_specifications/specification-3-15.md @@ -2536,7 +2536,7 @@ export interface ApplyWorkspaceEditResponse { #### Text Document Synchronization -Client support for `textDocument/open`, `textDocument/change` and `textDocument/close` notifications is mandantory in the protocol and clients can not opt out supporting them. In addition a server must either implement all three of them or none. Their capabilities are therefore controlled via a combined client and server capability. +Client support for `textDocument/open`, `textDocument/change` and `textDocument/close` notifications is mandatory in the protocol and clients can not opt out supporting them. In addition a server must either implement all three of them or none. Their capabilities are therefore controlled via a combined client and server capability. _Client Capability_: * property path (optional): `textDocument.synchronization.dynamicRegistration`