diff --git a/packages/next-auth/src/core/types.ts b/packages/next-auth/src/core/types.ts index 1f3843dc8f..6c998d335d 100644 --- a/packages/next-auth/src/core/types.ts +++ b/packages/next-auth/src/core/types.ts @@ -314,7 +314,7 @@ export interface CallbacksOptions< * of the token is returned for increased security. * * If you want to make something available you added to the token through the `jwt` callback, - * you have to explicitely forward it here to make it available to the client. + * you have to explicitly forward it here to make it available to the client. * * [Documentation](https://next-auth.js.org/configuration/callbacks#session-callback) | * [`jwt` callback](https://next-auth.js.org/configuration/callbacks#jwt-callback) |