File tree 1 file changed +3
-3
lines changed
packages/next-auth/src/core
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ export interface NextAuthOptions {
38
38
providers : Provider [ ]
39
39
/**
40
40
* 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.
43
43
*
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.
45
45
* * **Default value**: `string` (SHA hash of the "options" object)
46
46
* * **Required**: No - **but strongly recommended**!
47
47
*
You can’t perform that action at this time.
0 commit comments