diff --git a/en/building-sites/tag-syntax/common.md b/en/building-sites/tag-syntax/common.md index 057808cae..60a2f07d0 100644 --- a/en/building-sites/tag-syntax/common.md +++ b/en/building-sites/tag-syntax/common.md @@ -19,7 +19,7 @@ This page lists the most commonly used MODX Revolution tags as an aid to anyone | **`[[*description]]`** | the page Description | `` | | **`[[*introtext]]`** | the Introductory Text field (a.k.a. the summary). | Often used by Snippets to summarize posts, e.g. `
[[*introtext]]
` | | **`[[*parent]]`** | the ID of the parent page (if any). Set by MODX when the page is created. Can be altered by the user. | Often used in conjunction with the link syntax, e.g. `Up to parent page` | -| **`[[*menutitle]]`** | the Title used when the page appears in menus. | _Most frequently used by Snippets such as_ _[Wayfinder](extras/wayfinder "Wayfinder") or [pdoMenu](extras/pdotools/snippets/pdomenu "pdoMenu")_ _when dynamically constructing menus_ | +| **`[[*menutitle]]`** | the Title used when the page appears in menus. | _Most frequently used by Snippets such as_ _[Wayfinder](extras/wayfinder "Wayfinder") or [pdoMenu](extras/pdoTools/Snippets/pdoMenu "pdoMenu")_ _when dynamically constructing menus_ | | **`[[*content]]`** | the content of the page. | `[[*content]]` | ## Other Common Tags