diff --git a/exampleSite/content/basics/configuration/_index.en.md b/exampleSite/content/basics/configuration/_index.en.md index c46212524d9..f89ccd0e13e 100644 --- a/exampleSite/content/basics/configuration/_index.en.md +++ b/exampleSite/content/basics/configuration/_index.en.md @@ -86,13 +86,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 = "/en" landingPageName = " Redirect to Home" ... -[Lanugages.fr] +[Languages.fr] ... landingPageURL = "/fr" landingPageName = " Accueil"