From 6c3ff1d6f01d393d6bef35c0c5944ae7a4b7dc16 Mon Sep 17 00:00:00 2001 From: Yen-Chi Chen Date: Fri, 12 Apr 2019 23:35:54 +0800 Subject: [PATCH] Fix typo: doc/self-hosted/index.md (#477) --- doc/self-hosted/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/self-hosted/index.md b/doc/self-hosted/index.md index 8626599c0..c3ee6a998 100644 --- a/doc/self-hosted/index.md +++ b/doc/self-hosted/index.md @@ -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.