Skip to content

Commit

Permalink
[Grid] Fix row-reverse typo (mui#20048)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhthompson authored and EsoterikStare committed Mar 30, 2020
1 parent a5b173f commit 98bce82
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 98bce82

Please sign in to comment.