From 18812d030d28a79ba96b950988ce69c7151c6dfe Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Mon, 4 Mar 2024 15:29:36 -0800 Subject: [PATCH] Fix typo --- content/en/content-management/front-matter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/front-matter.md b/content/en/content-management/front-matter.md index b20ea723b..fc54ad3f6 100644 --- a/content/en/content-management/front-matter.md +++ b/content/en/content-management/front-matter.md @@ -228,7 +228,7 @@ path ###### summary -(`string`) Conceptually different than the page `description`, the summary either summarizes the content or serves a teaser to encourage readers to visit the page. Access this value from a template using the [`Summary`] method on a `Page` object. +(`string`) Conceptually different than the page `description`, the summary either summarizes the content or serves as a teaser to encourage readers to visit the page. Access this value from a template using the [`Summary`] method on a `Page` object. [`Summary`]: /methods/page/summary/