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