Skip to content

Commit cda7135

Browse files
authored
content: Fix typo
1 parent 70c509e commit cda7135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/configuration/taxonomies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ taxonomies:
5858
To disable the taxonomy system, use the [`disableKinds`] setting in the root of your site configuration to disable the `taxonomy` and `term` page [kinds](g).
5959

6060
{{< code-toggle file=hugo >}}
61-
disableKinds = ['categories','tags']
61+
disableKinds = ['taxonomy','term']
6262
{{< /code-toggle >}}
6363

6464
[`disableKinds`]: /configuration/all/#disablekinds

0 commit comments

Comments
 (0)