From f1462b839766dc490f54d2613d9807bcf9b3680b Mon Sep 17 00:00:00 2001
From: Kazimierz Hermaszewski <67268389+khermaszewski@users.noreply.github.com>
Date: Thu, 5 Oct 2023 14:26:32 +0100
Subject: [PATCH] Fixed spelling in _index.en.md
---
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 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"