From 54f1121bbb5920c4bcad159819a01715251f6fde Mon Sep 17 00:00:00 2001 From: Hawken Rives Date: Thu, 4 Apr 2024 00:05:32 -0400 Subject: [PATCH] fix a small typo in a JSDoc comment --- 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