diff --git a/contributors.yml b/contributors.yml index 93687c75906..0bc0deef28b 100644 --- a/contributors.yml +++ b/contributors.yml @@ -56,6 +56,7 @@ - arekmaz - arganaphangquestian - arifqys +- Ar1f007 - AriGunawan - arjunyel - armandabric diff --git a/docs/start/future-flags.md b/docs/start/future-flags.md index c068d51bfc2..f636ad7510f 100644 --- a/docs/start/future-flags.md +++ b/docs/start/future-flags.md @@ -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";