Fix typo in code comment (#14836)

This commit is contained in:
Deniz Susman
2019-02-13 20:49:37 -08:00
committed by Brandon Dail
parent 08e9554357
commit c4d8ef6430
+1 -1
View File
@@ -495,7 +495,7 @@ function makeSimulator(eventType) {
ReactDOM.unstable_batchedUpdates(function() {
// Normally extractEvent enqueues a state restore, but we'll just always
// do that since we we're by-passing it here.
// do that since we're by-passing it here.
enqueueStateRestore(domNode);
runEventsInBatch(event);
});