diff --git a/packages/next-auth/src/next/middleware.ts b/packages/next-auth/src/next/middleware.ts index 88190208..0947a696 100644 --- a/packages/next-auth/src/next/middleware.ts +++ b/packages/next-auth/src/next/middleware.ts @@ -173,7 +173,7 @@ export type WithAuthArgs = /** * Middleware that checks if the user is authenticated/authorized. - * If if they aren't, they will be redirected to the login page. + * If they aren't, they will be redirected to the login page. * Otherwise, continue. * * @example