Skip to content

Commit

Permalink
fix typo (#2264)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank99 authored Sep 26, 2024
1 parent 3b3804a commit 722b4dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/website/src/content/docs/themeprovider.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
<ThemeProvider importCss={false}></ThemeProvider>
<ThemeProvider includeCss={false}></ThemeProvider>
```

0 comments on commit 722b4dd

Please sign in to comment.