Skip to content

Commit

Permalink
[docs] Fix migration typo (#42976)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova authored Jul 17, 2024
1 parent 7b4967a commit d870aac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ If you have custom breakpoints, the change is the same:
Which you can cover with the same codemod by providing the custom breakpoints as an argument:

```bash
npx @mui/codemod@next v6.0.0/grid-v2-props <path/to/folder> --jscodeshit='--muiBreakpoints=mobile,desktop'
npx @mui/codemod@next v6.0.0/grid-v2-props <path/to/folder> --jscodeshift='--muiBreakpoints=mobile,desktop'
```

#### Removal of the disableEqualOverflow prop
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ If you have custom breakpoints, the change is the same:
Which you can cover with the same codemod by providing the custom breakpoints as an argument:

```bash
npx @mui/codemod@next v6.0.0/grid-v2-props <path/to/folder> --jscodeshit='--muiBreakpoints=mobile,desktop'
npx @mui/codemod@next v6.0.0/grid-v2-props <path/to/folder> --jscodeshift='--muiBreakpoints=mobile,desktop'
```

#### Removal of the disableEqualOverflow prop
Expand Down

0 comments on commit d870aac

Please sign in to comment.