diff --git a/src/Overlay.js b/src/Overlay.js index 7b7094fe99..b1305ecf93 100644 --- a/src/Overlay.js +++ b/src/Overlay.js @@ -48,7 +48,8 @@ Overlay.propTypes = { */ rootClose: React.PropTypes.bool, /** - * A Callback fired by the Overlay when it wishes to be hidden. + * A callback invoked by the overlay when it wishes to be hidden. Required if + * `rootClose` is specified. */ onHide: React.PropTypes.func,