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; }