Skip to content

Commit 69a45c4

Browse files
asvetlytaion
authored andcommitted
docs: Fix type declaration comment (#439)
1 parent 977c9ce commit 69a45c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CSSTransition.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const propTypes = {
9696
/**
9797
* A `<Transition>` callback fired immediately after the 'exit-active' is applied.
9898
*
99-
* @type Function(node: HtmlElement
99+
* @type Function(node: HtmlElement)
100100
*/
101101
onExiting: PropTypes.func,
102102

0 commit comments

Comments
 (0)