From 3a941e101eec857a852e3d80d268e261d6ccf060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emir=20B=C3=BC=C3=A7k=C3=BCn?= Date: Wed, 29 Nov 2023 10:45:50 +0300 Subject: [PATCH] docs: fix typo `dialog.md` (#192) The dialogue title was incorrect. I deleted one of the two "sure" words. --- apps/www/src/content/docs/components/dialog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/www/src/content/docs/components/dialog.md b/apps/www/src/content/docs/components/dialog.md index 05abcbef..e948079d 100644 --- a/apps/www/src/content/docs/components/dialog.md +++ b/apps/www/src/content/docs/components/dialog.md @@ -76,7 +76,7 @@ To activate the `Dialog` component from within a `Context Menu` or `Dropdown Men - Are you sure absolutely sure? + Are you absolutely sure? This action cannot be undone. Are you sure you want to permanently delete this file from our servers? @@ -87,4 +87,4 @@ To activate the `Dialog` component from within a `Context Menu` or `Dropdown Men -``` \ No newline at end of file +```