From 1961fecf2d6492fe40bafb3b77f7462c0d8b4559 Mon Sep 17 00:00:00 2001 From: andres suarez Date: Fri, 25 Jul 2014 09:03:51 -0400 Subject: [PATCH] ReactTransitionChildMapping comment typo --- src/addons/transitions/ReactTransitionChildMapping.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/addons/transitions/ReactTransitionChildMapping.js b/src/addons/transitions/ReactTransitionChildMapping.js index 11b6a4447c..8278ccb51c 100644 --- a/src/addons/transitions/ReactTransitionChildMapping.js +++ b/src/addons/transitions/ReactTransitionChildMapping.js @@ -37,7 +37,7 @@ var ReactTransitionChildMapping = { /** * When you're adding or removing children some may be added or removed in the - * 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 * animate elements in and out. This function takes a previous set of keys * and a new set of keys and merges them with its best guess of the correct * ordering. In the future we may expose some of the utilities in