From 2dfeeda45e9db260096b9d1e792f940fa2a466a6 Mon Sep 17 00:00:00 2001 From: Michael Henderson Date: Sat, 19 Jan 2019 16:53:07 -0700 Subject: [PATCH] fix typo by removing stray paren --- content/en/content-management/menus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/menus.md b/content/en/content-management/menus.md index bc48c82e7..9ac6f8bff 100644 --- a/content/en/content-management/menus.md +++ b/content/en/content-management/menus.md @@ -111,7 +111,7 @@ The following order is used to determine an Identifier: This means that `.Title` will be used unless `.LinkTitle` is present, etc. In practice, `.Name` and `.Identifier` are only used to structure relationships and therefore never displayed. -In this example, the top level of the menu is defined in your [site `config` file][config]). All content entries are attached to one of these entries via the `.Parent` field. +In this example, the top level of the menu is defined in your [site `config` file][config]. All content entries are attached to one of these entries via the `.Parent` field. ## Render Menus