summaryrefslogtreecommitdiffstats
path: root/docs/content/en/methods/menu/ByName.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/methods/menu/ByName.md')
-rw-r--r--docs/content/en/methods/menu/ByName.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/en/methods/menu/ByName.md b/docs/content/en/methods/menu/ByName.md
index 3f1c52b2e..04f25c22d 100644
--- a/docs/content/en/methods/menu/ByName.md
+++ b/docs/content/en/methods/menu/ByName.md
@@ -14,17 +14,17 @@ The `Sort` method returns the given menu with its entries sorted by `name`.
Consider this menu definition:
{{< code-toggle file=hugo >}}
-[[menu.main]]
+[[menus.main]]
name = 'Services'
pageRef = '/services'
weight = 10
-[[menu.main]]
+[[menus.main]]
name = 'About'
pageRef = '/about'
weight = 20
-[[menu.main]]
+[[menus.main]]
name = 'Contact'
pageRef = '/contact'
weight = 30