Skip to content

Commit

Permalink
Fix typo in ReactUpdatePriority-test.js (#21958)
Browse files Browse the repository at this point in the history
continous -> continuous
  • Loading branch information
eltociear committed Sep 6, 2021
1 parent 37abc99 commit 6d6bba5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ describe('ReactUpdatePriority', () => {
});
});
expect(Scheduler).toHaveYielded([
// Because the hide update has continous priority, it should interrupt the
// Because the hide update has continuous priority, it should interrupt the
// in-progress transition
'(hidden)',
// When the transition resumes, it's a no-op because the children are
Expand Down

0 comments on commit 6d6bba5

Please sign in to comment.