From e15c43b5a406004311a3b306a2bc135d4519634d Mon Sep 17 00:00:00 2001 From: Sa'ad <62077144+BlueZ-95@users.noreply.github.com> Date: Thu, 29 Aug 2024 07:47:28 +0530 Subject: [PATCH] docs: fix typo in override styles doc (#3611) --- apps/docs/content/docs/customization/override-styles.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/content/docs/customization/override-styles.mdx b/apps/docs/content/docs/customization/override-styles.mdx index b82a66a2bf..9794836b6b 100644 --- a/apps/docs/content/docs/customization/override-styles.mdx +++ b/apps/docs/content/docs/customization/override-styles.mdx @@ -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: