From 3232a597438711fb6f7cc836c368cb2952b6a82b Mon Sep 17 00:00:00 2001 From: Ning Xia Date: Fri, 21 Aug 2015 13:26:58 -0700 Subject: [PATCH] Fix typo Can not should be a single word: 'cannot' --- src/renderers/shared/event/EventPropagators.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderers/shared/event/EventPropagators.js b/src/renderers/shared/event/EventPropagators.js index f41ab0ca93..896382aba0 100644 --- a/src/renderers/shared/event/EventPropagators.js +++ b/src/renderers/shared/event/EventPropagators.js @@ -57,7 +57,7 @@ function accumulateDirectionalDispatches(domID, upwards, event) { /** * Collect dispatches (must be entirely collected before dispatching - see unit * tests). Lazily allocate the array to conserve memory. We must loop through - * each event and perform the traversal for each one. We can not perform a + * each event and perform the traversal for each one. We cannot perform a * single traversal for the entire collection of events because each event may * have a different target. */