docs: minor typo in the first page's FAQ (#4174)

Co-authored-by: shadcn <m@shadcn.com>
This commit is contained in:
Howard Chiam
2024-07-10 06:37:11 -06:00
committed by GitHub
parent 1369d3ca96
commit dbbb2a427e

View File

@@ -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._
</AccordionContent>
</AccordionItem>