From 48a5ac2138a2d0e4289b7feac03fc473a33d8426 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Wed, 28 Feb 2024 12:48:04 -0800 Subject: [PATCH] Correct description of MENUENTRY.Title --- content/en/methods/menu-entry/Title.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/methods/menu-entry/Title.md b/content/en/methods/menu-entry/Title.md index 730edef22..4082e4e93 100644 --- a/content/en/methods/menu-entry/Title.md +++ b/content/en/methods/menu-entry/Title.md @@ -11,7 +11,7 @@ action: If you define the menu entry [automatically], the `Title` method returns the page’s [`LinkTitle`], falling back to its [`Title`]. -If you define the menu entry [in front matter] or [in site configuration], the `Name` method returns the `title` property, falling back to the page’s `LinkTitle`, then to its `Title`. +If you define the menu entry [in front matter] or [in site configuration], the `Title` method returns the `title` property, falling back to the page’s `LinkTitle`, then to its `Title`. [`LinkTitle`]: /methods/page/linktitle/ [`Title`]: /methods/page/title/