Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Fix typo in using-joy-ui-and-material-ui.md #33997

Merged
merged 2 commits into from Aug 23, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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