fix typo in getting started - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit b6e097cfe65ecd1d47c805969082e6805563612b
DIR parent 19a8accc9f4a4a9613f3088a525c3db0d7641190
HTML Author: Stéphane Wirtel <stephane@wirtel.be>
Date: Tue, 24 Mar 2020 17:19:58 +0100
fix typo in getting started
Diffstat:
M docs/content/en/getting-started/co… | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/docs/content/en/getting-started/configuration.md b/docs/content/en/getting-started/configuration.md
@@ -313,7 +313,7 @@ useResourceCacheWhen
{{< new-in "0.67.0" >}}
-This is only relevant when running `hugo server`, and it allows to set HTTP headers during development, wihch allows you to test out your Content Security Policy and similar. The configuration format matches [Netlify's](https://docs.netlify.com/routing/headers/#syntax-for-the-netlify-configuration-file) with slighly more powerful [Glob matching](https://github.com/gobwas/glob):
+This is only relevant when running `hugo server`, and it allows to set HTTP headers during development, which allows you to test out your Content Security Policy and similar. The configuration format matches [Netlify's](https://docs.netlify.com/routing/headers/#syntax-for-the-netlify-configuration-file) with slighly more powerful [Glob matching](https://github.com/gobwas/glob):
{{< code-toggle file="config">}}