summaryrefslogtreecommitdiffstats
path: root/docs/content/en/methods/menu/Limit.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/methods/menu/Limit.md')
-rw-r--r--docs/content/en/methods/menu/Limit.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/en/methods/menu/Limit.md b/docs/content/en/methods/menu/Limit.md
index 12263e811..23a523dbd 100644
--- a/docs/content/en/methods/menu/Limit.md
+++ b/docs/content/en/methods/menu/Limit.md
@@ -14,17 +14,17 @@ The `Limit` method returns the given menu, limited to the first N entries.
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