Skip to content

Commit 22bc1c0

Browse files
paradoxxxzerojquense
authored andcommitted
Timeout example leave -> exit (reactjs#96)
1 parent e06b722 commit 22bc1c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Transition.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ Transition.propTypes = {
340340
* ```jsx
341341
* timeout={{
342342
* enter: 300,
343-
* leave: 500,
343+
* exit: 500,
344344
* }}
345345
* ```
346346
*

0 commit comments

Comments
 (0)