docs: fix typo in override styles doc (#3611)

This commit is contained in:
Sa'ad 2024-08-29 07:47:28 +05:30 committed by GitHub
parent 2ada2850c9
commit e15c43b5a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -177,7 +177,7 @@ With the corresponding CSS module:
### CSS-in-JS
If you are a CSS-in-JS library such as [styled-components](https://styled-components.com/) or [emotion](https://emotion.sh/), you can use the following
If you are using a CSS-in-JS library such as [styled-components](https://styled-components.com/) or [emotion](https://emotion.sh/), you can use the following
example to override the styles of a component: