diff --git a/contributors.yml b/contributors.yml index bc19804e993..45e33678703 100644 --- a/contributors.yml +++ b/contributors.yml @@ -235,6 +235,7 @@ - lachlanjc - laughnan - lawrencecchen +- leifarriens - lensbart - leo - leon diff --git a/docs/api/remix.md b/docs/api/remix.md index f369586d706..d08eaabcce7 100644 --- a/docs/api/remix.md +++ b/docs/api/remix.md @@ -1522,7 +1522,7 @@ return new Response(null, { }); ``` -## `unstable_parseMultipartFormData` +### `unstable_parseMultipartFormData` Allows you to handle multipart forms (file uploads) for your app.