From b845cb1ac3e193d543adbac94467b43b5401c0ba Mon Sep 17 00:00:00 2001 From: Max Alletsee Date: Wed, 17 Aug 2022 23:29:34 +0200 Subject: [PATCH] Fix typo in docs --- exampleSite/content/docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content/docs/getting-started.md b/exampleSite/content/docs/getting-started.md index b73040e3..06ec23bd 100644 --- a/exampleSite/content/docs/getting-started.md +++ b/exampleSite/content/docs/getting-started.md @@ -115,7 +115,7 @@ It's important to have a firm grasp of how Hugo expects content to be organised Congo is also flexible when it comes to taxonomies. Some people prefer to use _tags_ and _categories_ to group their content, others prefer to use _topics_. -Hugo defaults to using posts, tags and categories out of the box and this will work fine if that's what you want. If you wish to customise this, however, you can do so by creating a `taxonomies.toml` configuation file: +Hugo defaults to using posts, tags and categories out of the box and this will work fine if that's what you want. If you wish to customise this, however, you can do so by creating a `taxonomies.toml` configuration file: ```toml # config/_default/taxonomies.toml