From 2dbfc0a4926f7a65a2f162b19af74eb4da1dc873 Mon Sep 17 00:00:00 2001 From: Danny Guo Date: Sun, 30 Dec 2018 22:27:26 -0500 Subject: [PATCH] Fix a typo in taxonomies --- content/en/content-management/taxonomies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/taxonomies.md b/content/en/content-management/taxonomies.md index c06b2385b..7957bf29d 100644 --- a/content/en/content-management/taxonomies.md +++ b/content/en/content-management/taxonomies.md @@ -86,7 +86,7 @@ Moonrise Kingdom <- Value Hugo natively supports taxonomies. -Without adding a single line to your [site config][config] file, Hugo will automatically create taxonomies for `tags` and `categories`. That would be same as manually [configuring your taxonomies](#configuring-taxonomies) as below: +Without adding a single line to your [site config][config] file, Hugo will automatically create taxonomies for `tags` and `categories`. That would be the same as manually [configuring your taxonomies](#configuring-taxonomies) as below: {{< code-toggle copy="false" >}} [taxonomies]