From 7a5ef80c09339489c4de36de57ec08269baf7aca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Wed, 24 Nov 2021 12:01:36 +0100 Subject: [PATCH] docs: fix typo --- exampleSite/content/basics/configuration/_index.en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exampleSite/content/basics/configuration/_index.en.md b/exampleSite/content/basics/configuration/_index.en.md index dae1071057..17ad8c80f5 100644 --- a/exampleSite/content/basics/configuration/_index.en.md +++ b/exampleSite/content/basics/configuration/_index.en.md @@ -111,13 +111,13 @@ on the left menu. It is an alternative for clicking on the logo. To edit the appearance, you will have to configure two parameters for the defined languages: ```toml -[Lanugages] -[Lanugages.en] +[Languages] +[Languages.en] ... landingPageURL = "/" landingPageName = " Home" ... -[Lanugages.pir] +[Languages.pir] ... landingPageURL = "/pir/" landingPageName = " Arrr! Homme"