Grammar. Removed doubles of the word "the". (#25295)

This commit is contained in:
Victoria Graf 2022-09-19 16:04:03 +02:00 committed by GitHub
parent e099e1dc0e
commit 3d615fc14a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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