From dbbb2a427e39718e9a963f319f86deaab86cfb8b Mon Sep 17 00:00:00 2001 From: Howard Chiam Date: Wed, 10 Jul 2024 06:37:11 -0600 Subject: [PATCH] docs: minor typo in the first page's FAQ (#4174) Co-authored-by: shadcn --- apps/www/content/docs/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/content/docs/index.mdx b/apps/www/content/docs/index.mdx index 281151e2f87..826f0bcc822 100644 --- a/apps/www/content/docs/index.mdx +++ b/apps/www/content/docs/index.mdx @@ -26,7 +26,7 @@ The idea behind this is to give you ownership and control over the code, allowin Start with some sensible defaults, then customize the components to your needs. -One of the drawback of packaging the components in an npm package is that the style is coupled with the implementation. _The design of your components should be separate from their implementation._ +One of the drawbacks of packaging the components in an npm package is that the style is coupled with the implementation. _The design of your components should be separate from their implementation._