Skip to content

Commit

Permalink
refine the wording
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jun 6, 2019
1 parent 26a8c4d commit 7c4f7ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/material-ui/src/Popper/Popper.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ Popper.propTypes = {
return new Error(
[
'Material-UI: the `anchorEl` prop provided to the component is invalid.',
'The reference element should have a sound position in the page.',
'It might no longer be mounted or display none.',
'The reference element should be part of the document layout.',
"Make sure the element is present in the document or that it's not display none.",
].join('\n'),
);
}
Expand Down

0 comments on commit 7c4f7ae

Please sign in to comment.