From 8bfc0b4a9953a70f5959628dc6a06de6f9ac5d06 Mon Sep 17 00:00:00 2001 From: Will Hack Date: Tue, 6 Sep 2022 11:07:02 -0400 Subject: [PATCH 1/3] Fix typo in `useFetchers` documentation --- 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 b8039756fd3..3fe4bfcb757 100644 --- a/docs/api/remix.md +++ b/docs/api/remix.md @@ -1211,7 +1211,7 @@ function Task({ task }) { } ``` -This awesome for the checkbox, but the sidebar will say 2/4 while the checkboxes show 3/4 when the user clicks on of them! +This is awesome for the checkbox, but the sidebar will say 2/4 while the checkboxes show 3/4 when the user clicks on of them! ``` +-----------------+----------------------------+ From 5b84601579b4101c5d184539c88a7daf88b61cbc Mon Sep 17 00:00:00 2001 From: Will Hack Date: Tue, 6 Sep 2022 11:14:18 -0400 Subject: [PATCH 2/3] Add self to `contributors.yml` --- contributors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/contributors.yml b/contributors.yml index 10ab5f6edec..ba431b1205a 100644 --- a/contributors.yml +++ b/contributors.yml @@ -413,6 +413,7 @@ - vmosyaykin - vorcigernix - weavdale +- willhack - willin - wKovacs64 - wladiston From a23c1df2ec430ce21f4a0673a269fcc4aba6d38e Mon Sep 17 00:00:00 2001 From: Will Hack Date: Tue, 6 Sep 2022 11:15:46 -0400 Subject: [PATCH 3/3] Secondary typo fix --- 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 3fe4bfcb757..f369586d706 100644 --- a/docs/api/remix.md +++ b/docs/api/remix.md @@ -1211,7 +1211,7 @@ function Task({ task }) { } ``` -This is awesome for the checkbox, but the sidebar will say 2/4 while the checkboxes show 3/4 when the user clicks on of them! +This is awesome for the checkbox, but the sidebar will say 2/4 while the checkboxes show 3/4 when the user clicks one of them! ``` +-----------------+----------------------------+