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"