Skip to content

Commit

Permalink
docs (special-files): fix typo (remix-run#12633)
Browse files Browse the repository at this point in the history
* docs (special-files): fix typo

* Update contributors.yml
  • Loading branch information
bravo-kernel authored Dec 23, 2024
1 parent d1bc434 commit 08e4f2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
- bhbs
- bilalk711
- bobziroll
- bravo-kernel
- Brendonovich
- BrianT1414
- brockross
Expand Down
2 changes: 1 addition & 1 deletion docs/explanation/special-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export default function handleRequest(...) {
{ /* ... */ }
);

// 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
// boundaries to be flushed
setTimeout(abort, streamTimeout + 1000);
});
Expand Down

0 comments on commit 08e4f2f

Please sign in to comment.