Skip to content

Commit

Permalink
docs: Fix type declaration comment (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickm68 committed Dec 17, 2018
1 parent 1e95598 commit ba3c240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CSSTransition.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const propTypes = {
/**
* A `<Transition>` callback fired immediately after the 'exit-active' is applied.
*
* @type Function(node: HtmlElement
* @type Function(node: HtmlElement)
*/
onExiting: PropTypes.func,

Expand Down

0 comments on commit ba3c240

Please sign in to comment.