Skip to content

Commit

Permalink
chore(types): fix typo in comment (#5207)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer committed Aug 23, 2022
1 parent 4676352 commit d980fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-auth/src/core/types.ts
Expand Up @@ -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) |
Expand Down

0 comments on commit d980fa9

Please sign in to comment.