fixed typo

This commit is contained in:
Andre Weinand 2016-02-16 12:07:39 +01:00
parent 1db17d1257
commit 46dd8c9916

View file

@ -40,7 +40,7 @@ Content-Length: ...\r\n
}
}
```
### Base Protocol JSON strcutures
### Base Protocol JSON structures
The following TypeScript definitions describe the JSON-RPC protocol as implemented by VSCode:
@ -1382,4 +1382,4 @@ export interface RenameParams {
_Response_
* result: [`WorkspaceEdit`](#workspaceedit) describing the modification to the workspace.
* error: code and message set in case an exception happens during the rename request.
* error: code and message set in case an exception happens during the rename request.