From 816152ddbd74f50173126f4f5f6ad53467bc587b Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Mon, 4 Oct 2021 17:41:36 -0500 Subject: [PATCH] fix typo --- docs/FAQ.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index a251c2f7..b458fef0 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -1,5 +1,6 @@ + # FAQ - [Questions?](#questions) @@ -380,7 +381,7 @@ Theia doesn't allow you to reuse your existing VS Code config. ## What's the difference between code-server and OpenVSCode-Server? -code-server and OpenVSCode-Servr both allow you to access VS Code via a +code-server and OpenVSCode-Server both allow you to access VS Code via a browser. The two projects also use their own [forks of VS Code](https://github.com/cdr/vscode) to leverage modern VS Code APIs and stay up to date with the upsteam version.