From 515a928615aaab84ae7f66a38e4346db84464fcb Mon Sep 17 00:00:00 2001 From: Andrea Canciani Date: Fri, 28 Dec 2018 09:21:46 +0100 Subject: [PATCH] Fix typo in README --- lsp-sample/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsp-sample/README.md b/lsp-sample/README.md index e370e76a..17b850f1 100644 --- a/lsp-sample/README.md +++ b/lsp-sample/README.md @@ -31,7 +31,7 @@ It also includes an End-to-End test. - Press Ctrl+Shift+B to compile the client and server. - Switch to the Debug viewlet. - Select `Launch Client` from the drop down. -- Run the lauch config. +- Run the launch config. - If you want to debug the server as well use the launch configuration `Attach to Server` - In the [Extension Development Host] instance of VSCode, open a document in 'plain text' language mode. - Type `j` or `t` to see `Javascript` and `TypeScript` completion.