From 8bf933629016897ee5b18c431b84d4acd24c6436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sun, 3 Dec 2017 15:04:14 +0100 Subject: [PATCH] Spell fix --- content/content-management/multilingual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/content-management/multilingual.md b/content/content-management/multilingual.md index 94ecd9d71..189207ca6 100644 --- a/content/content-management/multilingual.md +++ b/content/content-management/multilingual.md @@ -194,7 +194,7 @@ The above also uses the [`i18n` function][i18func] described in the next section ## List All Available Languages -`.AllTranslations` on a `Page` can be used to list all translation including itself. Called on the home page it can be used to build a language navigator: +`.AllTranslations` on a `Page` can be used to list all translations, including itself. Called on the home page it can be used to build a language navigator: {{< code file="layouts/partials/allLanguages.html" >}}