From 08d6ea6a5367ded2c911f934a12e41d51b448f48 Mon Sep 17 00:00:00 2001 From: Victor Garcia <76071376+TortitasT@users.noreply.github.com> Date: Fri, 9 Feb 2024 13:27:05 +0100 Subject: [PATCH] docs: calendar typo (#330) --- apps/www/src/content/docs/components/sonner.md | 2 +- apps/www/src/content/docs/components/toast.md | 2 +- apps/www/src/lib/registry/default/example/SonnerDemo.vue | 2 +- apps/www/src/lib/registry/default/example/ToastDemo.vue | 2 +- apps/www/src/lib/registry/new-york/example/SonnerDemo.vue | 2 +- apps/www/src/lib/registry/new-york/example/ToastDemo.vue | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/www/src/content/docs/components/sonner.md b/apps/www/src/content/docs/components/sonner.md index 0aa8298e..792b4352 100644 --- a/apps/www/src/content/docs/components/sonner.md +++ b/apps/www/src/content/docs/components/sonner.md @@ -57,7 +57,7 @@ import { Button } from '@/components/ui/button' }) }" > - Add to calander + Add to calendar ``` diff --git a/apps/www/src/content/docs/components/toast.md b/apps/www/src/content/docs/components/toast.md index fcba11d6..b2cc424e 100644 --- a/apps/www/src/content/docs/components/toast.md +++ b/apps/www/src/content/docs/components/toast.md @@ -61,7 +61,7 @@ const { toast } = useToast() }); }" > - Add to calander + Add to calendar ``` diff --git a/apps/www/src/lib/registry/default/example/SonnerDemo.vue b/apps/www/src/lib/registry/default/example/SonnerDemo.vue index da34f15c..17eba2d4 100644 --- a/apps/www/src/lib/registry/default/example/SonnerDemo.vue +++ b/apps/www/src/lib/registry/default/example/SonnerDemo.vue @@ -15,6 +15,6 @@ import { Button } from '@/lib/registry/default/ui/button' }) }" > - Add to calander + Add to calendar diff --git a/apps/www/src/lib/registry/default/example/ToastDemo.vue b/apps/www/src/lib/registry/default/example/ToastDemo.vue index abb8cbb7..273038ed 100644 --- a/apps/www/src/lib/registry/default/example/ToastDemo.vue +++ b/apps/www/src/lib/registry/default/example/ToastDemo.vue @@ -14,6 +14,6 @@ const { toast } = useToast() }); }" > - Add to calander + Add to calendar diff --git a/apps/www/src/lib/registry/new-york/example/SonnerDemo.vue b/apps/www/src/lib/registry/new-york/example/SonnerDemo.vue index c46d9482..cb5b7415 100644 --- a/apps/www/src/lib/registry/new-york/example/SonnerDemo.vue +++ b/apps/www/src/lib/registry/new-york/example/SonnerDemo.vue @@ -15,6 +15,6 @@ import { Button } from '@/lib/registry/new-york/ui/button' }) }" > - Add to calander + Add to calendar diff --git a/apps/www/src/lib/registry/new-york/example/ToastDemo.vue b/apps/www/src/lib/registry/new-york/example/ToastDemo.vue index 041565e1..c6b0c02d 100644 --- a/apps/www/src/lib/registry/new-york/example/ToastDemo.vue +++ b/apps/www/src/lib/registry/new-york/example/ToastDemo.vue @@ -14,6 +14,6 @@ const { toast } = useToast() }); }" > - Add to calander + Add to calendar