Skip to content

Commit

Permalink
docs(start/future-flags): fix typo (remix-run#10509)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylumanbailey authored Feb 28, 2025
1 parent 04d4fa2 commit c173c88
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 @@ -304,6 +304,7 @@
- JeffBeltran
- jenseng
- jeremyjfleming
- jeremylumanbailey
- jesse-deboer
- jesseflorig
- JesseKuntz
Expand Down
2 changes: 1 addition & 1 deletion docs/start/future-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ export async function loader({}: LoaderFunctionArgs) {

👉 **Adjust your server abort delay**

If you were using a custom `ABORT_DELAY` in your `entry.server.tsx` file, you should change that to use thew new `streamTimeout` API leveraged by Single Fetch:
If you were using a custom `ABORT_DELAY` in your `entry.server.tsx` file, you should change that to use the new `streamTimeout` API leveraged by Single Fetch:

```diff filename=entry.server.tsx
-const ABORT_DELAY = 5000;
Expand Down

0 comments on commit c173c88

Please sign in to comment.