From b95d2844474a894e86876765ca67e0c916abff8c Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Fri, 27 Dec 2024 09:24:56 -0800 Subject: [PATCH] Fix description of the the hugo server command Closes #2802 --- content/en/getting-started/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/getting-started/usage.md b/content/en/getting-started/usage.md index b19920907..dbbccc6f0 100644 --- a/content/en/getting-started/usage.md +++ b/content/en/getting-started/usage.md @@ -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/