Skip to content

Commit

Permalink
Fix typo in future-flags.md (#10294)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ar1f007 authored Dec 2, 2024
1 parent b9d03c4 commit 2fee536
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 @@ -56,6 +56,7 @@
- arekmaz
- arganaphangquestian
- arifqys
- Ar1f007
- AriGunawan
- arjunyel
- armandabric
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 @@ -454,7 +454,7 @@ export async function loader({}: LoaderFunctionArgs) {
}
```

If you were using the second parameter of `json`/`defer` to set a custom status or headers on your response, you can continue doing do via the new `data` API:
If you were using the second parameter of `json`/`defer` to set a custom status or headers on your response, you can continue doing so via the new `data` API:

```diff
-import { json } from "@remix-run/node";
Expand Down

0 comments on commit 2fee536

Please sign in to comment.