From 18c6d273fc5350b96d9371bf6484e78401f84ed7 Mon Sep 17 00:00:00 2001 From: Shehryar Raza <42263739+RazaShehryar@users.noreply.github.com> Date: Sat, 27 Aug 2022 17:55:28 +0500 Subject: [PATCH] spelling correction --- src/auth/base-auth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth/base-auth.ts b/src/auth/base-auth.ts index 6f77e088f8..a7ed637895 100644 --- a/src/auth/base-auth.ts +++ b/src/auth/base-auth.ts @@ -107,7 +107,7 @@ export interface SessionCookieOptions { /** * The session cookie custom expiration in milliseconds. The minimum allowed is - * 5 minutes and the maxium allowed is 2 weeks. + * 5 minutes and the maximum allowed is 2 weeks. */ expiresIn: number; }