From 9240c2a8b0567ab9fdf1d098479bd9bac4ab492c Mon Sep 17 00:00:00 2001 From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> Date: Thu, 21 Dec 2023 09:08:28 -0300 Subject: [PATCH] rephrasing for clarity --- docs/pages/blog/2023-material-ui-v6-and-beyond.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';