From 59f4f4acd838175e2deb4b5c93258b68732eebb1 Mon Sep 17 00:00:00 2001 From: Enguerran Date: Thu, 17 Sep 2020 18:16:26 +0200 Subject: [PATCH] Doc: Fix typo in hugo command --- content/en/getting-started/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/getting-started/configuration.md b/content/en/getting-started/configuration.md index 076d9161c..b447b38d4 100644 --- a/content/en/getting-started/configuration.md +++ b/content/en/getting-started/configuration.md @@ -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. {{% note %}} -Default environments are __development__ with `hugo serve` and __production__ with `hugo`. +Default environments are __development__ with `hugo server` and __production__ with `hugo`. {{%/ note %}} ## All Configuration Settings