Skip to content

Commit

Permalink
[docs] Fix typo in using-joy-ui-and-material-ui.md (#33997)
Browse files Browse the repository at this point in the history
Co-authored-by: danilo leal <67129314+danilo-leal@users.noreply.github.com>
  • Loading branch information
djohalo2 and danilo-leal committed Aug 23, 2022
1 parent 5615928 commit cb3588f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -15,7 +15,7 @@ There are two main use cases for using them together:

Additionally, keep these in mind when using them together:

- Both of them use [MUI System](/system/getting-started/overview/) as their syle engine, which uses React context for theming.
- Both of them use [MUI System](/system/getting-started/overview/) as their style engine, which uses React context for theming.
- Joy UI requires wrapping your application with the `CssVarsProvider` component but you're able to import it from either @mui/joy or @mui/material.

## Case A: Joy UI in a Material UI project
Expand Down

0 comments on commit cb3588f

Please sign in to comment.