Skip to content

Commit

Permalink
docs: Fix hyphens and grammar in synopsis of command 'hugo server'
Browse files Browse the repository at this point in the history
  • Loading branch information
deining authored and bep committed Mar 7, 2024
1 parent 93eb216 commit 0e23471
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/commands/hugo_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ A high performance webserver
Hugo provides its own webserver which builds and serves the site.
While hugo server is high performance, it is a webserver with limited options.

'hugo server' will by default write and server files from disk, but you can
render to memory by using the '--renderToMemory' flag. This can be faster
in some cases, but it will consume more memory.
The `hugo server` command will by default write and serve files from disk, but
you can render to memory by using the `--renderToMemory` flag. This can be
faster in some cases, but it will consume more memory.

By default hugo will also watch your files for any changes you make and
automatically rebuild the site. It will then live reload any open browser pages
Expand Down

0 comments on commit 0e23471

Please sign in to comment.