diff --git a/src/components/Tooltip/index.js b/src/components/Tooltip/index.js index e0cd658b45c3..2e6789ec73f6 100644 --- a/src/components/Tooltip/index.js +++ b/src/components/Tooltip/index.js @@ -6,7 +6,7 @@ import BaseTooltip from './BaseTooltip'; const propTypes = { ...tooltipPropTypes, - /** Whether the actual UserDetailsTooltip should be rendered. If false, it's just going to return the children */ + /** Whether the actual Tooltip should be rendered. If false, it's just going to return the children */ shouldRender: PropTypes.bool, };