summaryrefslogtreecommitdiffstats
path: root/docs/content/en/methods/menu-entry/Children.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/methods/menu-entry/Children.md')
-rw-r--r--docs/content/en/methods/menu-entry/Children.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/en/methods/menu-entry/Children.md b/docs/content/en/methods/menu-entry/Children.md
index af2af6dce..ad671b2d0 100644
--- a/docs/content/en/methods/menu-entry/Children.md
+++ b/docs/content/en/methods/menu-entry/Children.md
@@ -15,18 +15,18 @@ Use the `Children` method when rendering a nested menu.
With this site configuration:
{{< code-toggle file=hugo >}}
-[[menu.main]]
+[[menus.main]]
name = 'Products'
pageRef = '/product'
weight = 10
-[[menu.main]]
+[[menus.main]]
name = 'Product 1'
pageRef = '/products/product-1'
parent = 'Products'
weight = 1
-[[menu.main]]
+[[menus.main]]
name = 'Product 2'
pageRef = '/products/product-2'
parent = 'Products'