summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStéphane Wirtel <stephane@wirtel.be>2020-03-24 17:19:58 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-03-24 17:31:37 +0100
commitb6e097cfe65ecd1d47c805969082e6805563612b (patch)
tree4135a4e63eef5227913d31a56c6c00f56967bb6e
parent19a8accc9f4a4a9613f3088a525c3db0d7641190 (diff)
fix typo in getting started
-rw-r--r--docs/content/en/getting-started/configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/getting-started/configuration.md b/docs/content/en/getting-started/configuration.md
index d23adb44b..629f6ed50 100644
--- 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">}}