Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b01f1c9

Browse files
jimfbzpao
authored andcommitted
Merge pull request facebook#4679 from ning-github/patch-2
Fix typo (cherry picked from commit b36ee44)
1 parent c20b8fe commit b01f1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/event/EventPropagators.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function accumulateDirectionalDispatches(domID, upwards, event) {
5454
/**
5555
* Collect dispatches (must be entirely collected before dispatching - see unit
5656
* tests). Lazily allocate the array to conserve memory. We must loop through
57-
* each event and perform the traversal for each one. We can not perform a
57+
* each event and perform the traversal for each one. We cannot perform a
5858
* single traversal for the entire collection of events because each event may
5959
* have a different target.
6060
*/

0 commit comments

Comments
 (0)