From 6a9c3fb297eafb3039c9921dc58b397d7d990a1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aar=C3=B3n=20Garc=C3=ADa=20Herv=C3=A1s?= Date: Tue, 14 May 2024 23:08:50 +0200 Subject: [PATCH] Fix bash command snippet --- .../migrating-from-deprecated-apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/material/migration/migrating-from-deprecated-apis/migrating-from-deprecated-apis.md b/docs/data/material/migration/migrating-from-deprecated-apis/migrating-from-deprecated-apis.md index abf7350275957b..6a95f75a993e43 100644 --- a/docs/data/material/migration/migrating-from-deprecated-apis/migrating-from-deprecated-apis.md +++ b/docs/data/material/migration/migrating-from-deprecated-apis/migrating-from-deprecated-apis.md @@ -996,7 +996,7 @@ The FormControlLabel's `componentsProps` prop was deprecated in favor of `slotPr Use the [codemod](https://github.com/mui/material-ui/tree/HEAD/packages/mui-codemod#list-item-props) below to migrate the code as described in the following sections: ```bash -npx @mui/codemod@latest deprecations/list-item-props +npx @mui/codemod@next deprecations/list-item-props ``` ### components