We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
balazsorban44
ThangHuuVu
Learn more about funding links in repositories.
Report abuse
1 parent 4676352 commit d980fa9Copy full SHA for d980fa9
packages/next-auth/src/core/types.ts
@@ -314,7 +314,7 @@ export interface CallbacksOptions<
314
* of the token is returned for increased security.
315
*
316
* If you want to make something available you added to the token through the `jwt` callback,
317
- * 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.
318
319
* [Documentation](https://next-auth.js.org/configuration/callbacks#session-callback) |
320
* [`jwt` callback](https://next-auth.js.org/configuration/callbacks#jwt-callback) |
0 commit comments