From 6789e7ee6156296f3a0d7e2ccec56305654ea6fc Mon Sep 17 00:00:00 2001 From: m8mble Date: Mon, 8 Jul 2019 10:10:06 +0200 Subject: [PATCH] Fix typo in TROUBLESHOOTING.md --- TROUBLESHOOTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index 26dfceb52..3f87fb444 100644 --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@ -21,7 +21,7 @@ Python is a requirement for the language server to run. In VS Code, an interpret _must_ be selected in order for the language server to properly initialize. If your language server fails to start, be sure that you have selected an interpreter. -The language server can only run on platforms where the .NET Core can run. This rougly means: +The language server can only run on platforms where the .NET Core can run. This roughly means: - Windows, 32/64 bit - macOS, 64 bit