From 722b4dd47512fb31e0fe0ec58c09e27ccafab035 Mon Sep 17 00:00:00 2001
From: Mayank <9084735+mayank99@users.noreply.github.com>
Date: Thu, 26 Sep 2024 11:48:48 -0400
Subject: [PATCH] fix typo (#2264)
---
apps/website/src/content/docs/themeprovider.mdx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/apps/website/src/content/docs/themeprovider.mdx b/apps/website/src/content/docs/themeprovider.mdx
index 196248b74f5..72c609d44b2 100644
--- a/apps/website/src/content/docs/themeprovider.mdx
+++ b/apps/website/src/content/docs/themeprovider.mdx
@@ -136,8 +136,8 @@ This works well for applications that already use iTwinUI v3, but it can be tric
To make this easier, `ThemeProvider` can automatically import `styles.css` if it is not already imported. By default, this is enabled when using [`theme='inherit'`](#inheritance).
-If you want to override this behavior, you can use the `importCss` prop:
+If you want to override this behavior, you can use the `includeCss` prop:
```jsx
-…
+…
```