Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Dec 15, 2020
1 parent 604bbcd commit 2ec518f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ describe('Profiler', () => {
},
);

// Flush sync work with a nested upate
// Flush sync work with a nested update
ReactNoop.flushSync(() => {
ReactNoop.render(
<React.Profiler id="root" onRender={onRender}>
Expand Down

0 comments on commit 2ec518f

Please sign in to comment.