We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1bc434 commit 08e4f2fCopy full SHA for 08e4f2f
contributors.yml
@@ -47,6 +47,7 @@
47
- bhbs
48
- bilalk711
49
- bobziroll
50
+- bravo-kernel
51
- Brendonovich
52
- BrianT1414
53
- brockross
docs/explanation/special-files.md
@@ -248,7 +248,7 @@ export default function handleRequest(...) {
248
{ /* ... */ }
249
);
250
251
- // Abort the streaming render pass after 11 seconds soto allow the rejected
+ // Abort the streaming render pass after 11 seconds so to allow the rejected
252
// boundaries to be flushed
253
setTimeout(abort, streamTimeout + 1000);
254
});
0 commit comments