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._