From f68f3c692c56e024d24181c38512999d9d1c6df6 Mon Sep 17 00:00:00 2001 From: Leif Arriens Date: Mon, 12 Sep 2022 23:58:39 +0200 Subject: [PATCH 1/3] docs(api/remix): fix heading level (#3789) --- docs/api/remix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From 2dc0b0d49dd3679427c8726800944ede0d51792f Mon Sep 17 00:00:00 2001 From: Leif Arriens Date: Mon, 12 Sep 2022 23:58:39 +0200 Subject: [PATCH 2/3] docs(api/remix): fix heading level (#3789) --- contributors.yml | 1 + docs/api/remix.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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. From 768dcd565f350b734e11a30f102717ed9f9fcd72 Mon Sep 17 00:00:00 2001 From: Leif Arriens Date: Tue, 13 Sep 2022 00:44:57 +0200 Subject: [PATCH 3/3] docs(api/remix): fix heading level (#3789) --- contributors.yml | 1 + docs/api/remix.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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.