File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
packages/react-router-dev/config/defaults Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 54
54
- brophdawg11
55
55
- btav
56
56
- bvangraafeiland
57
+ - camthompson
57
58
- CanRau
58
59
- cassidoo
59
60
- chaance
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ export default function handleRequest(...) {
248
248
{ /* ... */ }
249
249
);
250
250
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
252
252
// boundaries to be flushed
253
253
setTimeout (abort , streamTimeout + 1000 );
254
254
});
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export default function handleRequest(
61
61
}
62
62
) ;
63
63
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
65
65
// flush down the rejected boundaries
66
66
setTimeout ( abort , streamTimeout + 1000 ) ;
67
67
} ) ;
You can’t perform that action at this time.
0 commit comments