Skip to content

Commit dc9752c

Browse files
zurawikitaion
authored andcommitted
docs: Fix typo in CSSTransition (#505)
CSSS to CSS See http://reactcommunity.org/react-transition-group/css-transition
1 parent 0be6f7a commit dc9752c

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
@@ -19,7 +19,7 @@ const removeClass = (node, classes) => node && classes && classes.split(' ').for
1919
*
2020
* `CSSTransition` applies a pair of class names during the `appear`, `enter`,
2121
* and `exit` states of the transition. The first class is applied and then a
22-
* second `*-active` class in order to activate the CSSS transition. After the
22+
* second `*-active` class in order to activate the CSS transition. After the
2323
* transition, matching `*-done` class names are applied to persist the
2424
* transition state.
2525
*

0 commit comments

Comments
 (0)