Skip to content

Commit

Permalink
[core] Error typo fix (mui#12118)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRusskiy authored and Joe Shelby committed Jul 14, 2018
1 parent 9f8e085 commit cd79810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/Popover/Popover.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ class Popover extends React.Component {
'Material-UI: you can not change the default `anchorOrigin.vertical` value ',
'when also providing the `getContentAnchorEl` property to the popover component.',
'Only use one of the two properties.',
'Set `getContentAnchorEl` to null or left `anchorOrigin.vertical` unchanged.',
'Set `getContentAnchorEl` to null or leave `anchorOrigin.vertical` unchanged.',
].join('\n'),
);
}
Expand Down

0 comments on commit cd79810

Please sign in to comment.