Fix description of the the hugo server command

Closes #2802
This commit is contained in:
Joe Mooring 2024-12-27 09:24:56 -08:00 committed by GitHub
parent 41ca381b0e
commit b95d284447
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,7 +99,7 @@ To view your site while developing layouts or creating content, `cd` into your p
hugo server
```
The [`hugo server`] command builds your site into memory, and serves your pages using a minimal HTTP server. When you run `hugo server` it will display the URL of your local site:
The [`hugo server`] command builds your site and serves your pages using a minimal HTTP server. When you run `hugo server` it will display the URL of your local site:
```text
Web Server is available at http://localhost:1313/