Skip to content

Commit 016adc8

Browse files
committed
Sync CLI docs
1 parent 346a5fb commit 016adc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/commands/hugo_server.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ A high performance webserver
1212
Hugo provides its own webserver which builds and serves the site.
1313
While hugo server is high performance, it is a webserver with limited options.
1414

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

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

0 commit comments

Comments
 (0)