Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Wray <bwray@wraytx.com>2022-10-18 06:15:32 +0300
committerGitHub <noreply@github.com>2022-10-18 06:15:32 +0300
commit5e336bd26a1599c848439728c5596251be3e7c8e (patch)
tree8111a84e94fabcfcb93e5b26b1f253d42fb2a810
parent2446ad3497dbb6e276bad68e9f1ee1c1f4ade3e0 (diff)
Replace awkward wording (ESL?) (#1842)
-rw-r--r--content/en/content-management/taxonomies.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/en/content-management/taxonomies.md b/content/en/content-management/taxonomies.md
index 32227d52c..8188c57ee 100644
--- a/content/en/content-management/taxonomies.md
+++ b/content/en/content-management/taxonomies.md
@@ -98,7 +98,7 @@ If you do not want Hugo to create any taxonomies, set `disableKinds` in your [si
disableKinds = ["taxonomy","term"]
{{</ code-toggle >}}
-{{< new-in "0.73.0" >}} We have fixed the before confusing page kinds used for taxonomies (see the listing below) to be in line with the terms used when we talk about taxonomies. We have been careful to avoid site breakage, and you should get an ERROR in the console if you need to adjust your `disableKinds` section.
+{{< new-in "0.73.0" >}} We have fixed the previously confusing page kinds used for taxonomies (see the listing below) to be in line with the terms used when we talk about taxonomies. We have been careful to avoid site breakage, and you should get an ERROR in the console if you need to adjust your `disableKinds` section.
{{% page-kinds %}}