From e26d73416bc5cc52359f7c3d614fbf6c73ee71c0 Mon Sep 17 00:00:00 2001 From: Youssef Date: Thu, 9 Nov 2023 16:01:33 +0100 Subject: [PATCH] docs: fix announcement typo (#155) --- apps/www/.vitepress/theme/config/site.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/.vitepress/theme/config/site.ts b/apps/www/.vitepress/theme/config/site.ts index 9d7860b5..7ff16cd4 100644 --- a/apps/www/.vitepress/theme/config/site.ts +++ b/apps/www/.vitepress/theme/config/site.ts @@ -15,6 +15,6 @@ export const siteConfig = { export const announcementConfig = { icon: '✨', - title: 'New Toast compoent', + title: 'New Toast component', link: '/docs/components/toast', }