From 6707d65a98df605ee413db2f934633a44b2e1002 Mon Sep 17 00:00:00 2001 From: Manish Jangir Date: Thu, 17 Nov 2022 16:03:20 +0530 Subject: [PATCH 1/3] Fix typos in the docs --- docs/guides/data-writes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/data-writes.md b/docs/guides/data-writes.md index 547965e984d..f379fa92b5f 100644 --- a/docs/guides/data-writes.md +++ b/docs/guides/data-writes.md @@ -23,9 +23,9 @@ This guide only covers `
`. We suggest you read the docs for the other two ## Plain HTML Forms -After teaching workshops with our company React Training for years, we've learned that a lot of newer web developers (through no fault of their own) don't actually know how `` works! +After teaching workshops to our company React Training for years, we've learned that a lot of newer web developers (though no fault of their own) don't actually know how `` works! -Since Remix `` works identically to `` (with a couple extra goodies for optimistic UI etc.), we're going to brush up on plain ol' HTML forms, so you can learn both HTML and Remix at the same time. +Since Remix `` works identically to `` (with a couple of extra goodies for optimistic UI etc.), we're going to brush up on plain ol' HTML forms, so you can learn both HTML and Remix at the same time. ### HTML Form HTTP Verbs From 05a38db1605beb37a6ed8c1b014bba4bab493550 Mon Sep 17 00:00:00 2001 From: Manish Jangir Date: Fri, 18 Nov 2022 13:37:36 +0530 Subject: [PATCH 2/3] Added git user in contributors.yaml --- contributors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/contributors.yml b/contributors.yml index 1fb86ef67e3..9228e0c2436 100644 --- a/contributors.yml +++ b/contributors.yml @@ -452,3 +452,4 @@ - zachdtaylor - zainfathoni - zhe +- mjangir From bdc8ce1ac969f035608f73dee3f218783c30e7e2 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Fri, 18 Nov 2022 09:13:33 +0100 Subject: [PATCH 3/3] Update docs/guides/data-writes.md --- docs/guides/data-writes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/data-writes.md b/docs/guides/data-writes.md index f379fa92b5f..eb03a5facf3 100644 --- a/docs/guides/data-writes.md +++ b/docs/guides/data-writes.md @@ -23,7 +23,7 @@ This guide only covers ``. We suggest you read the docs for the other two ## Plain HTML Forms -After teaching workshops to our company React Training for years, we've learned that a lot of newer web developers (though no fault of their own) don't actually know how `` works! +After teaching workshops with our company React Training for years, we've learned that a lot of newer web developers (though no fault of their own) don't actually know how `` works! Since Remix `` works identically to `` (with a couple of extra goodies for optimistic UI etc.), we're going to brush up on plain ol' HTML forms, so you can learn both HTML and Remix at the same time.