Skip to content

Commit 2301c1b

Browse files
arnaud-zgndom91
andauthoredDec 2, 2022
chore(types): fix typo in comment (#5815)
Co-authored-by: Nico Domino <yo@ndo.dev>
1 parent 6e408e2 commit 2301c1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ export interface NextAuthOptions {
3838
providers: Provider[]
3939
/**
4040
* A random string used to hash tokens, sign cookies and generate cryptographic keys.
41-
* If not specified, it falls back to `jwt.secret` or `NEXTAUTH_SECRET` from environment vairables.
42-
* Otherwise it will use a hash of all configuration options, including Client ID / Secrets for entropy.
41+
* If not specified, it falls back to `jwt.secret` or `NEXTAUTH_SECRET` from environment variables.
42+
* Otherwise, it will use a hash of all configuration options, including Client ID / Secrets for entropy.
4343
*
44-
* NOTE: The last behavior is extrmely volatile, and will throw an error in production.
44+
* NOTE: The last behavior is extremely volatile, and will throw an error in production.
4545
* * **Default value**: `string` (SHA hash of the "options" object)
4646
* * **Required**: No - **but strongly recommended**!
4747
*

0 commit comments

Comments
 (0)
Please sign in to comment.