Skip to content

Commit cdbfa50

Browse files
NE-SmallTownacdlite
authored andcommitted
fix typo inteval -> interval & continutation -> continuation (#16760)
* fix typo alterate -> alternate * fix typo interal -> interval & continutation -> continuation
1 parent 45b6443 commit cdbfa50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/scheduler/src/__tests__/SchedulerBrowser-test.internal.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ describe('SchedulerBrowser', () => {
312312
runtime.assertLog(['Message Event', 'B']);
313313
});
314314

315-
it('adjusts frame rate by measuring inteval between rAF events', () => {
315+
it('adjusts frame rate by measuring interval between rAF events', () => {
316316
runtime.setHardwareFrameRate(60);
317317

318318
scheduleCallback(NormalPriority, () => runtime.log('Tick'));
@@ -371,7 +371,7 @@ describe('SchedulerBrowser', () => {
371371
runtime.assertLog(['Message Event', 'Task']);
372372
});
373373

374-
it('task with continutation', () => {
374+
it('task with continuation', () => {
375375
scheduleCallback(NormalPriority, () => {
376376
runtime.log('Task');
377377
while (!Scheduler.unstable_shouldYield()) {

0 commit comments

Comments
 (0)