From 7d0c95bf699f2ba30a8b5f331572b73a80b8cce6 Mon Sep 17 00:00:00 2001 From: omar-moquete <101159428+omar-moquete@users.noreply.github.com> Date: Sun, 30 Oct 2022 13:38:10 -0400 Subject: [PATCH 1/2] Update contributors.yml --- contributors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/contributors.yml b/contributors.yml index fce5c910a1..a513ee215f 100644 --- a/contributors.yml +++ b/contributors.yml @@ -92,6 +92,7 @@ - morleytatro - ms10596 - noisypigeon +- omar-moquete - p13i - parched - paulsmithkc From 9ba4d298b74f5ef10ed550c125f9293dce713cd2 Mon Sep 17 00:00:00 2001 From: omar-moquete <101159428+omar-moquete@users.noreply.github.com> Date: Sun, 30 Oct 2022 13:44:49 -0400 Subject: [PATCH 2/2] Update use-route-error.md Typo correction --- docs/hooks/use-route-error.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hooks/use-route-error.md b/docs/hooks/use-route-error.md index 377cdcc800..587f0f149b 100644 --- a/docs/hooks/use-route-error.md +++ b/docs/hooks/use-route-error.md @@ -5,7 +5,7 @@ new: true # `useRouteError` -Inside of an [`errorElement`][errorelement], this hooks returns anything thrown during an action, loader, or rendering. Note that thrown responses have special treatment, see [`isRouteErrorResponse`][isrouteerrorresponse] for more information. +Inside of an [`errorElement`][errorelement], this hook returns anything thrown during an action, loader, or rendering. Note that thrown responses have special treatment, see [`isRouteErrorResponse`][isrouteerrorresponse] for more information. This feature only works if using a data router, see [Picking a Router][pickingarouter]