Skip to content

Commit 6d6bba5

Browse files
authored
Fix typo in ReactUpdatePriority-test.js (#21958)
continous -> continuous
1 parent 37abc99 commit 6d6bba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-reconciler/src/__tests__/ReactUpdatePriority-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ describe('ReactUpdatePriority', () => {
124124
});
125125
});
126126
expect(Scheduler).toHaveYielded([
127-
// Because the hide update has continous priority, it should interrupt the
127+
// Because the hide update has continuous priority, it should interrupt the
128128
// in-progress transition
129129
'(hidden)',
130130
// When the transition resumes, it's a no-op because the children are

0 commit comments

Comments
 (0)