Skip to content

Commit

Permalink
docs: Fix typo in CSSTransition (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
zurawiki authored and taion committed May 29, 2019
1 parent 0be6f7a commit dc9752c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CSSTransition.js
Expand Up @@ -19,7 +19,7 @@ const removeClass = (node, classes) => node && classes && classes.split(' ').for
*
* `CSSTransition` applies a pair of class names during the `appear`, `enter`,
* and `exit` states of the transition. The first class is applied and then a
* second `*-active` class in order to activate the CSSS transition. After the
* second `*-active` class in order to activate the CSS transition. After the
* transition, matching `*-done` class names are applied to persist the
* transition state.
*
Expand Down

0 comments on commit dc9752c

Please sign in to comment.