From e99f8abc3cd0f625cdae70bc2848618bc73d1030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Gill=C3=A9?= Date: Thu, 7 Mar 2019 01:21:33 +0100 Subject: [PATCH] Fix spelling error (#46) --- doc/self-hosted/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/self-hosted/index.md b/doc/self-hosted/index.md index 970f4774..9080ec8b 100644 --- a/doc/self-hosted/index.md +++ b/doc/self-hosted/index.md @@ -56,14 +56,14 @@ OPTIONS Use `code-server -d (path/to/directory)` or `code-server --data-dir=(path/to/directory)`, excluding the parentheses to specify the root folder that VS Code will start in ### Host - By default, code-server will use `0.0.0.0` as it's address. This can be changed by using `code-server -h` or `code-server --host=` followed by the address you want to use. + By default, code-server will use `0.0.0.0` as its address. This can be changed by using `code-server -h` or `code-server --host=` followed by the address you want to use. > Example: `code-server -h 127.0.0.1` ### Open You can have the server automatically open the VS Code in your browser on startup by using the `code server -o` or `code-server --open` flags ### Port - By default, code-server will use `8443` as it's port. This can be changed by using `code-server -p` or `code-server --port=` followed by the port you want to use. + By default, code-server will use `8443` as its port. This can be changed by using `code-server -p` or `code-server --port=` followed by the port you want to use. > Example: `code-server -p 9000` ### Cert and Cert Key @@ -73,4 +73,4 @@ OPTIONS > To ensure the connection between you and your server is encrypted view our guide on [securing your setup](../security/ssl.md) ### Help - Use `code-server -h` or `code-server --help` to view the usage for the cli. This is also shown at the beginning of this section. \ No newline at end of file + Use `code-server -h` or `code-server --help` to view the usage for the cli. This is also shown at the beginning of this section.