From c37107fda8630a49f0fa8f051a6fa67b8b720138 Mon Sep 17 00:00:00 2001 From: colin-gourlay <8118214+colin-gourlay@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:20:46 +0000 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 b6596a67e..59f3bec11 100644 --- a/content/en/content-management/front-matter.md +++ b/content/en/content-management/front-matter.md @@ -239,7 +239,7 @@ path ###### translationKey -(`string`) An arbitrary value used to relate two or mote translations of the same page, useful when the translated pages do not share a common path. Access this value from a template using the [`TranslationKey`] method on a `Page` object. +(`string`) An arbitrary value used to relate two or more translations of the same page, useful when the translated pages do not share a common path. Access this value from a template using the [`TranslationKey`] method on a `Page` object. [`translationkey`]: /methods/page/translationkey/