diff --git a/docs/data/joy/getting-started/usage/usage.md b/docs/data/joy/getting-started/usage/usage.md index d981b5a835f794..7bafe4077c0d33 100644 --- a/docs/data/joy/getting-started/usage/usage.md +++ b/docs/data/joy/getting-started/usage/usage.md @@ -6,7 +6,9 @@ ### Set up the `CssVarsProvider` component -Go to your `App.js` file and replace it with the code snippet below. You should see the text `Hello with joy` being rendered on your browser. +Go to your `App.js` file and replace it with the code snippet below. + +You should see the text `Hello from Joy` being rendered on your browser. ```jsx import { CssVarsProvider } from '@mui/joy/styles';