Skip to content

Commit

Permalink
Fix typo (#20466)
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Feb 11, 2021
1 parent 4c5275f commit 78ec97d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,7 @@ function completeWork(
}

if (nextDidTimeout && !prevDidTimeout) {
// If this subtreee is running in blocking mode we can suspend,
// If this subtree is running in blocking mode we can suspend,
// otherwise we won't suspend.
// TODO: This will still suspend a synchronous tree if anything
// in the concurrent tree already suspended during this render.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,7 @@ function completeWork(
}

if (nextDidTimeout && !prevDidTimeout) {
// If this subtreee is running in blocking mode we can suspend,
// If this subtree is running in blocking mode we can suspend,
// otherwise we won't suspend.
// TODO: This will still suspend a synchronous tree if anything
// in the concurrent tree already suspended during this render.
Expand Down
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 78ec97d

Please sign in to comment.