diff --git a/packages/react-reconciler/src/__tests__/ReactExpiration-test.internal.js b/packages/react-reconciler/src/__tests__/ReactExpiration-test.internal.js
index 3c8cbbb8809b2..b93841d936058 100644
--- a/packages/react-reconciler/src/__tests__/ReactExpiration-test.internal.js
+++ b/packages/react-reconciler/src/__tests__/ReactExpiration-test.internal.js
@@ -73,7 +73,7 @@ describe('ReactExpiration', () => {
ReactNoop.render();
// Advance the timer.
Scheduler.unstable_advanceTime(2000);
- // Partially flush the the first update, then interrupt it.
+ // Partially flush the first update, then interrupt it.
expect(Scheduler).toFlushAndYieldThrough(['A [render]']);
interrupt();
@@ -138,7 +138,7 @@ describe('ReactExpiration', () => {
ReactNoop.render();
// Advance the timer.
Scheduler.unstable_advanceTime(2000);
- // Partially flush the the first update, then interrupt it.
+ // Partially flush the first update, then interrupt it.
expect(Scheduler).toFlushAndYieldThrough(['A [render]']);
interrupt();