Skip to content

Commit d980fa9

Browse files
authoredAug 23, 2022
chore(types): fix typo in comment (#5207)
1 parent 4676352 commit d980fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/next-auth/src/core/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ export interface CallbacksOptions<
314314
* of the token is returned for increased security.
315315
*
316316
* 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.
317+
* you have to explicitly forward it here to make it available to the client.
318318
*
319319
* [Documentation](https://next-auth.js.org/configuration/callbacks#session-callback) |
320320
* [`jwt` callback](https://next-auth.js.org/configuration/callbacks#jwt-callback) |

0 commit comments

Comments
 (0)
Please sign in to comment.