Doc: Fix typo in hugo command

This commit is contained in:
Enguerran 2020-09-17 18:16:26 +02:00 committed by Bjørn Erik Pedersen
parent faacf2e971
commit 59f4f4acd8

View File

@ -67,7 +67,7 @@ In addition to using a single site config file, one can use the `configDir` dire
Considering the structure above, when running `hugo --environment staging`, Hugo will use every settings from `config/_default` and merge `staging`'s on top of those. Considering the structure above, when running `hugo --environment staging`, Hugo will use every settings from `config/_default` and merge `staging`'s on top of those.
{{% note %}} {{% note %}}
Default environments are __development__ with `hugo serve` and __production__ with `hugo`. Default environments are __development__ with `hugo server` and __production__ with `hugo`.
{{%/ note %}} {{%/ note %}}
## All Configuration Settings ## All Configuration Settings