Skip to content

Commit

Permalink
[Popover] Fix wrong wording in the warning
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Aug 30, 2017
1 parent 552e101 commit f8fabb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Popover/Popover.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ class Popover extends React.Component<AllProps, void> {
this.props.anchorOrigin.vertical === 'top',
[
'Material-UI: You can change the `anchorOrigin.vertical` value when also ',
'providing the `getContentAnchorOffset` property. Pick one.',
'providing the `getContentAnchorEl` property. Pick one.',
].join(),
);
}
Expand Down

0 comments on commit f8fabb6

Please sign in to comment.