Skip to content

Commit

Permalink
Fix description of the the hugo server command
Browse files Browse the repository at this point in the history
Closes #2802
  • Loading branch information
jmooring authored Dec 27, 2024
1 parent 41ca381 commit b95d284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/getting-started/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit b95d284

Please sign in to comment.