Skip to content

Commit

Permalink
docs: typo in configuration/options.md (#5112)
Browse files Browse the repository at this point in the history
* fix typo

* Update docs/docs/configuration/options.md

Co-authored-by: Thang Vu <thvu@hey.com>
  • Loading branch information
Shudhanshu-Choudhary and ThangHuuVu committed Aug 7, 2022
1 parent ad03a4e commit 526a6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/configuration/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ A random string is used to hash tokens, sign/encrypt cookies and generate crypto

If you set [`NEXTAUTH_SECRET`](#nextauth_secret) as an environment variable, you don't have to define this option.

If no value specified specified in development (and there is no `NEXTAUTH_SECRET` variable either), it uses a hash for all configuration options, including OAuth Client ID / Secrets for entropy.
If no value is specified in development (and there is no `NEXTAUTH_SECRET` variable either), it uses a hash for all configuration options, including OAuth Client ID / Secrets for entropy.

:::warning
Not providing any `secret` or `NEXTAUTH_SECRET` will throw [an error](/errors#no_secret) in production.
Expand Down

1 comment on commit 526a6c1

@vercel
Copy link

@vercel vercel bot commented on 526a6c1 Aug 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.