Skip to content

Commit

Permalink
Fix typo in code comment (#14836)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenrizSusam authored and aweary committed Feb 14, 2019
1 parent 08e9554 commit c4d8ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-dom/src/test-utils/ReactTestUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
Expand Down

0 comments on commit c4d8ef6

Please sign in to comment.