Skip to content

Commit 08e4f2f

Browse files
authored
docs (special-files): fix typo (#12633)
* docs (special-files): fix typo * Update contributors.yml
1 parent d1bc434 commit 08e4f2f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
- bhbs
4848
- bilalk711
4949
- bobziroll
50+
- bravo-kernel
5051
- Brendonovich
5152
- BrianT1414
5253
- brockross

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 so to allow the rejected
252252
// boundaries to be flushed
253253
setTimeout(abort, streamTimeout + 1000);
254254
});

0 commit comments

Comments
 (0)