From 71d10b1b13224d1cd2f9e9d2071c5d9a8053c1fa Mon Sep 17 00:00:00 2001 From: Asher Date: Mon, 26 Aug 2024 11:34:20 -0800 Subject: [PATCH] Capitalize --- docs/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide.md b/docs/guide.md index 5f55e9926..60098ca7e 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -440,5 +440,5 @@ This is a case where you need to serve an application via `absproxy` as explaine For example: `http://my-code-server.com/user/123/workspace/my-app`. To achieve this result: -1. start code server with the switch `--abs-proxy-base-path=/user/123/workspace` +1. Start code server with the switch `--abs-proxy-base-path=/user/123/workspace` 2. Follow one of the instructions above for your framework.