Skip to content

Commit 3d615fc

Browse files
authored
Grammar. Removed doubles of the word "the". (#25295)
1 parent e099e1d commit 3d615fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/react-devtools-shared/src/__tests__/preprocessData-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1926,7 +1926,7 @@ describe('Timeline profiler', () => {
19261926
});
19271927

19281928
// Note the in-memory tests vary slightly (e.g. timestamp values, lane numbers) from the above tests.
1929-
// That's okay; the important thing is the the lane-to-label matches the subsequent events/measures.
1929+
// That's okay; the important thing is the lane-to-label matches the subsequent events/measures.
19301930
describe('DevTools hook (in memory)', () => {
19311931
let store;
19321932

packages/react-reconciler/src/ReactFiberWorkLoop.new.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1983,7 +1983,7 @@ function renderRootConcurrent(root: FiberRoot, lanes: Lanes) {
19831983
handleThrow(root, thrownValue);
19841984
if (isTrackingSuspendedThenable()) {
19851985
// If this fiber just suspended, it's possible the data is already
1986-
// cached. Yield to the the main thread to give it a chance to ping. If
1986+
// cached. Yield to the main thread to give it a chance to ping. If
19871987
// it does, we can retry immediately without unwinding the stack.
19881988
break;
19891989
}

packages/react-reconciler/src/ReactFiberWorkLoop.old.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1983,7 +1983,7 @@ function renderRootConcurrent(root: FiberRoot, lanes: Lanes) {
19831983
handleThrow(root, thrownValue);
19841984
if (isTrackingSuspendedThenable()) {
19851985
// If this fiber just suspended, it's possible the data is already
1986-
// cached. Yield to the the main thread to give it a chance to ping. If
1986+
// cached. Yield to the main thread to give it a chance to ping. If
19871987
// it does, we can retry immediately without unwinding the stack.
19881988
break;
19891989
}

0 commit comments

Comments
 (0)