From 055f7bb37c402ae8443a626b4cf84f4f37e0a694 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 12 Aug 2023 13:52:58 -0700 Subject: [PATCH] Insert missing words --- content/en/variables/site.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/variables/site.md b/content/en/variables/site.md index 151e7a12d..d10902a83 100644 --- a/content/en/variables/site.md +++ b/content/en/variables/site.md @@ -66,7 +66,7 @@ All the methods below, e.g. `.Site.RegularPages` can also be reached via the glo : a string representing the language tag as defined in the site configuration. .Site.LanguagePrefix -: this can be used to prefix URLs to point to the correct language. It will even work when only one defined language. See also the functions [absLangURL](/functions/abslangurl/) and [relLangURL](/functions/rellangurl). +: this can be used to prefix URLs to point to the correct language. It will even work when there is only one defined language. See also the functions [absLangURL](/functions/abslangurl/) and [relLangURL](/functions/rellangurl). .Site.Languages : an ordered list (ordered by defined weight) of languages.