Skip to content

Commit d813c00

Browse files
authoredSep 20, 2023
fix(ts): fix typo
1 parent fc4448a commit d813c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export interface JWTDecodeParams {
3636
export interface JWTOptions {
3737
/**
3838
* The secret used to encode/decode the NextAuth.js issued JWT.
39-
* @deprecated Set the `NEXTAUTH_SECRET` environment vairable or
39+
* @deprecated Set the `NEXTAUTH_SECRET` environment variable or
4040
* use the top-level `secret` option instead
4141
*/
4242
secret: string

1 commit comments

Comments
 (1)
Please sign in to comment.