Skip to content

Commit f364061

Browse files
authored
Merge pull request #3532 from PisecesPeng/patch-1
docs: format 'Caddy'
2 parents 56abc4a + aa9fadf commit f364061

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ VS Code v0.00.0
5252
- docs: remove toc from changelog @oxy @jsjoeio
5353
- docs(MAINTAINING): add information about CHANGELOG #3467 @jsjoeio
5454
- docs: move release process to MAINTAINING.md #3441 @oxy @Prashant168
55+
- docs: format 'Caddy' from guide.md @PisecesPeng
5556

5657
### Development
5758

docs/guide.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Assuming you have been following the guide, edit your instance and checkmark the
177177

178178
1. You'll need to buy a domain name. We recommend [Google Domains](https://domains.google.com).
179179
2. Add an A record to your domain with your instance's IP.
180-
3. Install caddy https://caddyserver.com/docs/download#debian-ubuntu-raspbian.
180+
3. Install Caddy https://caddyserver.com/docs/download#debian-ubuntu-raspbian.
181181

182182
```bash
183183
sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https
@@ -206,7 +206,7 @@ mydomain.com/code/* {
206206

207207
Remember to replace `mydomain.com` with your domain name!
208208

209-
5. Reload caddy with:
209+
5. Reload Caddy with:
210210

211211
```bash
212212
sudo systemctl reload caddy
@@ -215,7 +215,7 @@ sudo systemctl reload caddy
215215
Visit `https://<your-domain-name>` to access `code-server`. Congratulations!
216216

217217
In a future release we plan to integrate Let's Encrypt directly with `code-server` to avoid
218-
the dependency on caddy.
218+
the dependency on Caddy.
219219

220220
#### NGINX
221221

0 commit comments

Comments
 (0)