Skip to content

Commit 579821f

Browse files
authored
fix typos in timeout comments (#12738)
1 parent 6f2168e commit 579821f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
- brophdawg11
5555
- btav
5656
- bvangraafeiland
57+
- camthompson
5758
- CanRau
5859
- cassidoo
5960
- chaance

docs/explanation/special-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ export default function handleRequest(...) {
248248
{ /* ... */ }
249249
);
250250

251-
// Abort the streaming render pass after 11 seconds soto allow the rejected
251+
// Abort the streaming render pass after 11 seconds to allow the rejected
252252
// boundaries to be flushed
253253
setTimeout(abort, streamTimeout + 1000);
254254
});

packages/react-router-dev/config/defaults/entry.server.node.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default function handleRequest(
6161
}
6262
);
6363

64-
// Abort the rendering stream after the `streamTimeout` so it has tine to
64+
// Abort the rendering stream after the `streamTimeout` so it has time to
6565
// flush down the rejected boundaries
6666
setTimeout(abort, streamTimeout + 1000);
6767
});

0 commit comments

Comments
 (0)