From 8b7ad5ed6ca330924516e676ac5c8a89ccea7934 Mon Sep 17 00:00:00 2001
From: Lukas Oppermann <oppermann.lukas@gmail.com>
Date: Fri, 19 Aug 2022 10:24:56 +0200
Subject: [PATCH] Fixed minor typo

---
 content/components/dialog.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/components/dialog.mdx b/content/components/dialog.mdx
index dd5ecf5..720be95 100644
--- a/content/components/dialog.mdx
+++ b/content/components/dialog.mdx
@@ -140,7 +140,7 @@ If the content area has overflow scrolling, a divider will be shown between the
 
 ### Backdrop
 
-Dialog displays with a **backdrop**, which dims the rest of the page. The backdrop is visible when the Dialog is centered on the page, or attached to a sides as a sheet.
+Dialog displays with a **backdrop**, which dims the rest of the page. The backdrop is visible when the Dialog is centered on the page, or attached to a side as a sheet.
 
 By default, clicking on the **backdrop** will dismiss the Dialog. However, if the Dialog contains a form that can have unsaved changes, the **backdrop** won't dismiss the Dialog, regardless of the state of the form.
 
-- 
GitLab