docs: fixes typo (#2821)

This commit is contained in:
Kenji 2024-04-20 18:53:29 -03:00 committed by GitHub
parent 4cad622460
commit f0831ad12c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -211,7 +211,7 @@ in your terminal:
#### Tailwind CSS Setup
TailwindCSS setup changes a bit when you use individual packages. You only need to add the
styles of the components your using to your `tailwind.config.js` file. For example, for the
styles of the components you're using to your `tailwind.config.js` file. For example, for the
[Button](/docs/components/button) component, you need to add the following code to your
`tailwind.config.js` file: