From ec6733c97e5a2649b3683d5529517605eb6ba2ad Mon Sep 17 00:00:00 2001 From: Hawken Rives Date: Thu, 4 Apr 2024 00:22:00 -0400 Subject: [PATCH] Fix docs typos (#571) --- source/types/hooks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/types/hooks.ts b/source/types/hooks.ts index 1e060e8a..90abcd39 100644 --- a/source/types/hooks.ts +++ b/source/types/hooks.ts @@ -25,7 +25,7 @@ export type BeforeErrorHook = (error: HTTPError) => HTTPError | Promise