From f84174e331599bc50de39af6f62d19755d413f2a Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Wed, 9 Dec 2020 16:45:31 -0700 Subject: [PATCH] docs: fix typo in docs --- doc/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/FAQ.md b/doc/FAQ.md index e62bfb66..fdc15e60 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -291,7 +291,7 @@ The default location also respects `$XDG_CONFIG_HOME`. You can pass a URL to the `--home` flag like this: ``` -code-server --home https://my-website.com +code-server --home=https://my-website.com ``` Or you can define it in the config file with `home`. -- GitLab