Skip to content

Commit

Permalink
docs(Tooltip): Update documented default value (#1796)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchen8 committed Feb 25, 2020
1 parent c8def29 commit 2566210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lib/Components/TooltipsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default class TooltipsPage extends React.Component {
]).isRequired,
// Where to inject the popper DOM node, default to body
container: PropTypes.oneOfType([PropTypes.string, PropTypes.func, DOMElement]),
// optionally override show/hide delays - default { show: 0, hide: 250 }
// optionally override show/hide delays - default { show: 0, hide: 50 }
delay: PropTypes.oneOfType([
PropTypes.shape({ show: PropTypes.number, hide: PropTypes.number }),
PropTypes.number
Expand Down

0 comments on commit 2566210

Please sign in to comment.