From 7b33ef35b3cd19c14dee1da74d362c659cb65612 Mon Sep 17 00:00:00 2001 From: fzn0x Date: Sat, 8 Jun 2024 08:34:28 +0700 Subject: [PATCH] chore: fix minor jsdoc text --- src/strategy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strategy.ts b/src/strategy.ts index 301d569..7b6979f 100644 --- a/src/strategy.ts +++ b/src/strategy.ts @@ -39,7 +39,7 @@ export interface AuthenticateOptions { */ failureRedirect?: string; /** - * Set if the strategy should throw an error instead of a Reponse in case of + * Set if the strategy should throw an error instead of a Response in case of * a failed authentication. * @default false */