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
asvetly authored and taion committed Dec 17, 2018
1 parent 977c9ce commit 69a45c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CSSTransition.js
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 69a45c4

Please sign in to comment.