From 26ccb4bb6f116c4cf22fb721db25cc0419480253 Mon Sep 17 00:00:00 2001 From: Diego Andai Date: Thu, 17 Aug 2023 09:03:33 -0400 Subject: [PATCH] Improve migration copy Co-authored-by: Albert Yu Signed-off-by: Diego Andai --- packages/mui-material-next/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mui-material-next/migration.md b/packages/mui-material-next/migration.md index 2061908f298510..7a2ba5d4cef21a 100644 --- a/packages/mui-material-next/migration.md +++ b/packages/mui-material-next/migration.md @@ -130,7 +130,7 @@ If you need to prevent default on a `key-up` and/or `key-down` event, then besid ``` -This is so the default is also prevented when the `ButtonBase` root is not a native button, for example, when the root element used is a `span`. +This is to ensure that default is prevented when the `ButtonBase` root is not a native button, for example, when the root element used is a `span`. ## Slider