Fix typo: doc/self-hosted/index.md (#477)

This commit is contained in:
Yen-Chi Chen 2019-04-12 23:35:54 +08:00 committed by Asher
parent db57aa229f
commit 6c3ff1d6f0
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ OPTIONS
> 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
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 its port. This can be changed by using `code-server -p` or `code-server --port=` followed by the port you want to use.