From bce1b183268f6f1fea61066b406bd759f72b3cbf Mon Sep 17 00:00:00 2001 From: Federico Bruni Date: Fri, 26 Apr 2019 08:05:56 +0200 Subject: [PATCH] Fix typos for absLangURL and relLangURL functions --- content/en/templates/menu-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/templates/menu-templates.md b/content/en/templates/menu-templates.md index 5efb080d8..b39fe42a9 100644 --- a/content/en/templates/menu-templates.md +++ b/content/en/templates/menu-templates.md @@ -65,7 +65,7 @@ The following is an example: {{< /code >}} {{% note "`absLangURL` and `relLangURL`" %}} -Use the [`absLangUrl`](/functions/abslangurl) or [`relLangUrl`](/functions/rellangurl) functions if your theme makes use of the [multilingual feature](/content-management/multilingual/). In contrast to `absURL` and `relURL`, these two functions add the correct language prefix to the url. +Use the [`absLangURL`](/functions/abslangurl) or [`relLangURL`](/functions/rellangurl) functions if your theme makes use of the [multilingual feature](/content-management/multilingual/). In contrast to `absURL` and `relURL`, these two functions add the correct language prefix to the url. {{% /note %}} ## Section Menu for Lazy Bloggers