diff --git a/docs/pages/blog/2023-material-ui-v6-and-beyond.md b/docs/pages/blog/2023-material-ui-v6-and-beyond.md index 1cfa7f95f46a4e..ee44ae801a7819 100644 --- a/docs/pages/blog/2023-material-ui-v6-and-beyond.md +++ b/docs/pages/blog/2023-material-ui-v6-and-beyond.md @@ -41,7 +41,7 @@ That's when you can expect to see native support for [Material 3](https://m3.mat Side-to-side comparison of a Card component using Material Design 2 and 3, respectively. In fact, the work for this version has already started! -See which components are already available using the experimental `@mui/material-next` package, that supports the Material 3 specs, by visiting the newly released [All Components page](/material-ui/all-components/). +See which components already support the Material 3 specs, through the experimental `@mui/material-next` package, by visiting the newly released [All Components page](/material-ui/all-components/). ```diff - import Button from '@mui/material/Button';