Skip to content

Commit 1961fec

Browse files
committed
ReactTransitionChildMapping comment typo
1 parent af21aeb commit 1961fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/addons/transitions/ReactTransitionChildMapping.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var ReactTransitionChildMapping = {
3737

3838
/**
3939
* When you're adding or removing children some may be added or removed in the
40-
* same render pass. We want ot show *both* since we want to simultaneously
40+
* same render pass. We want to show *both* since we want to simultaneously
4141
* animate elements in and out. This function takes a previous set of keys
4242
* and a new set of keys and merges them with its best guess of the correct
4343
* ordering. In the future we may expose some of the utilities in

0 commit comments

Comments
 (0)