From 4ba713805ca506db70e00a09b0ce53e83cb6970b Mon Sep 17 00:00:00 2001 From: Max Prilutskiy <5614659+maxprilutskiy@users.noreply.github.com> Date: Sat, 6 Aug 2022 12:49:04 +0200 Subject: [PATCH 1/2] fix: fixed a typo in api docs --- 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 85460607cac..b8039756fd3 100644 --- a/docs/api/remix.md +++ b/docs/api/remix.md @@ -752,7 +752,7 @@ It is common for Remix newcomers to see this hook and think it is the primary wa - [`useActionData`][useactiondata] - [`useTransition`][usetransition] -If you're building a highly interactive, "app like" user interface, you will `useFetcher` often. +If you're building a highly interactive, "app like" user interface, you will use `useFetcher` often. ```tsx import { useFetcher } from "@remix-run/react"; From 9140d3f6f3f3e9fc04ea6a6941217faaac6529f6 Mon Sep 17 00:00:00 2001 From: Max Prilutskiy <5614659+maxprilutskiy@users.noreply.github.com> Date: Sat, 6 Aug 2022 12:51:52 +0200 Subject: [PATCH 2/2] chore: added @maxprilutskiy to contributors --- contributors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/contributors.yml b/contributors.yml index 6802c7435ed..5ffa4ecdcfc 100644 --- a/contributors.yml +++ b/contributors.yml @@ -409,3 +409,4 @@ - zachdtaylor - zainfathoni - zhe +- maxprilutskiy