From 4b200ebf5973602ec017294bbdaaee59cd632d0f Mon Sep 17 00:00:00 2001 From: Anshul Kanwar Date: Sun, 7 Jan 2024 12:56:21 +0530 Subject: [PATCH] docs: typo in drawer, dialog and sheet (#2306) --- .../www/app/examples/playground/components/preset-actions.tsx | 2 +- apps/www/content/docs/components/dialog.mdx | 4 ++-- apps/www/content/docs/components/drawer.mdx | 2 +- apps/www/content/docs/components/sheet.mdx | 4 ++-- apps/www/registry/default/example/typography-large.tsx | 4 +--- apps/www/registry/new-york/example/typography-large.tsx | 4 +--- 6 files changed, 8 insertions(+), 12 deletions(-) diff --git a/apps/www/app/examples/playground/components/preset-actions.tsx b/apps/www/app/examples/playground/components/preset-actions.tsx index c70df17fb17..93545430b09 100644 --- a/apps/www/app/examples/playground/components/preset-actions.tsx +++ b/apps/www/app/examples/playground/components/preset-actions.tsx @@ -95,7 +95,7 @@ export function PresetActions() { - Are you sure absolutely sure? + Are you absolutely sure? This action cannot be undone. This preset will no longer be accessible by you or others you've shared it with. diff --git a/apps/www/content/docs/components/dialog.mdx b/apps/www/content/docs/components/dialog.mdx index 91c7618bff1..79f5ba78722 100644 --- a/apps/www/content/docs/components/dialog.mdx +++ b/apps/www/content/docs/components/dialog.mdx @@ -66,7 +66,7 @@ import { Open - Are you sure absolutely sure? + Are you absolutely sure? This action cannot be undone. This will permanently delete your account and remove your data from our servers. @@ -103,7 +103,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? diff --git a/apps/www/content/docs/components/drawer.mdx b/apps/www/content/docs/components/drawer.mdx index 43c111f75a0..03db3bcc3e4 100644 --- a/apps/www/content/docs/components/drawer.mdx +++ b/apps/www/content/docs/components/drawer.mdx @@ -70,7 +70,7 @@ import { Open - Are you sure absolutely sure? + Are you absolutely sure? This action cannot be undone. diff --git a/apps/www/content/docs/components/sheet.mdx b/apps/www/content/docs/components/sheet.mdx index 648598790cd..1e56b710ad8 100644 --- a/apps/www/content/docs/components/sheet.mdx +++ b/apps/www/content/docs/components/sheet.mdx @@ -65,7 +65,7 @@ import { Open - Are you sure absolutely sure? + Are you absolutely sure? This action cannot be undone. This will permanently delete your account and remove your data from our servers. @@ -92,7 +92,7 @@ You can adjust the size of the sheet using CSS classes: Open - Are you sure absolutely sure? + Are you absolutely sure? This action cannot be undone. This will permanently delete your account and remove your data from our servers. diff --git a/apps/www/registry/default/example/typography-large.tsx b/apps/www/registry/default/example/typography-large.tsx index 881f25a8338..944f4478d38 100644 --- a/apps/www/registry/default/example/typography-large.tsx +++ b/apps/www/registry/default/example/typography-large.tsx @@ -1,5 +1,3 @@ export default function TypographyLarge() { - return ( -
Are you sure absolutely sure?
- ) + return
Are you absolutely sure?
} diff --git a/apps/www/registry/new-york/example/typography-large.tsx b/apps/www/registry/new-york/example/typography-large.tsx index 881f25a8338..944f4478d38 100644 --- a/apps/www/registry/new-york/example/typography-large.tsx +++ b/apps/www/registry/new-york/example/typography-large.tsx @@ -1,5 +1,3 @@ export default function TypographyLarge() { - return ( -
Are you sure absolutely sure?
- ) + return
Are you absolutely sure?
}