Skip to content

Commit

Permalink
[Grid] Fix row-reverse typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jhthompson authored Mar 9, 2020
1 parent d47c518 commit 1c2bd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/Grid/Grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const styles = theme => ({
'direction-xs-column-reverse': {
flexDirection: 'column-reverse',
},
/* Styles applied to the root element if `direction="rwo-reverse"`. */
/* Styles applied to the root element if `direction="row-reverse"`. */
'direction-xs-row-reverse': {
flexDirection: 'row-reverse',
},
Expand Down

0 comments on commit 1c2bd61

Please sign in to comment.