We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af21aeb commit 1961fecCopy full SHA for 1961fec
src/addons/transitions/ReactTransitionChildMapping.js
@@ -37,7 +37,7 @@ var ReactTransitionChildMapping = {
37
38
/**
39
* 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
+ * same render pass. We want to show *both* since we want to simultaneously
41
* animate elements in and out. This function takes a previous set of keys
42
* and a new set of keys and merges them with its best guess of the correct
43
* ordering. In the future we may expose some of the utilities in
0 commit comments