summaryrefslogtreecommitdiffstats
path: root/docs/content/en/methods/menu-entry/KeyName.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/methods/menu-entry/KeyName.md')
-rw-r--r--docs/content/en/methods/menu-entry/KeyName.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/en/methods/menu-entry/KeyName.md b/docs/content/en/methods/menu-entry/KeyName.md
index 8031441b9..4b43596b0 100644
--- a/docs/content/en/methods/menu-entry/KeyName.md
+++ b/docs/content/en/methods/menu-entry/KeyName.md
@@ -12,13 +12,13 @@ action:
In this menu definition, the second entry does not contain an `identifier`, so the `Identifier` method returns its `name` property instead:
{{< code-toggle file=hugo >}}
-[[menu.main]]
+[[menus.main]]
identifier = 'about'
name = 'About'
pageRef = '/about'
weight = 10
-[[menu.main]]
+[[menus.main]]
name = 'Contact'
pageRef = '/contact'
weight = 20