From 13b4513688618acadccb854e41bb59d041155b93 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Weber?= <mail@soeren-weber.de>
Date: Sun, 21 Jan 2024 14:19:44 +0100
Subject: [PATCH] docs: typos and inconsistencies #761

---
 exampleSite/content/basics/customization/_index.en.md | 2 +-
 exampleSite/content/basics/migration/_index.en.md     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/exampleSite/content/basics/customization/_index.en.md b/exampleSite/content/basics/customization/_index.en.md
index cae1274d98..19c19f8c90 100644
--- a/exampleSite/content/basics/customization/_index.en.md
+++ b/exampleSite/content/basics/customization/_index.en.md
@@ -123,7 +123,7 @@ The menu width adjusts automatically for different screen sizes.
 
 | Name | Screen Width  | Menu Width |
 | ---- | ------------- | ---------- |
-| S    | < 48rem       | 0          |
+| S    | < 48rem       | 14.375rem  |
 | M    | 48rem - 60rem | 14.375rem  |
 | L    | >= 60rem      | 18.75rem   |
 
diff --git a/exampleSite/content/basics/migration/_index.en.md b/exampleSite/content/basics/migration/_index.en.md
index e3a4e5e8ef..5bd7248bf7 100644
--- a/exampleSite/content/basics/migration/_index.en.md
+++ b/exampleSite/content/basics/migration/_index.en.md
@@ -36,7 +36,7 @@ This document shows you what's new in the latest release and flags it with one o
 
 - {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} On taxonomy and term pages you can now use prev/next navigation as within the normal page structure.
 
-- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} In additiion to the existing [menu width customization](basics/customization#change-the-menu-width), it is now alsow possible to set the width of the menu flyout for for small screen sizes with the `--MENU-WIDTH-S` CSS property.
+- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} In additiion to the existing [menu width customization](basics/customization#change-the-menu-width), it is now also possible to set the width of the menu flyout for small screen sizes with the `--MENU-WIDTH-S` CSS property.
 
 - {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Improvements for accessibility when tabbing thru the page for images, links and tab handles.