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 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";