From 46dd8c99166b3cbee69a54e6043b99be221d793c Mon Sep 17 00:00:00 2001 From: Andre Weinand Date: Tue, 16 Feb 2016 12:07:39 +0100 Subject: [PATCH] fixed typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 487f268..0c7b5bb 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +* error: code and message set in case an exception happens during the rename request.