Skip to content

Commit

Permalink
docs: typo in initialization.md (#9449)
Browse files Browse the repository at this point in the history
Update initialization.md
  • Loading branch information
Jowaaaa authored Dec 23, 2023
1 parent cb8952e commit 9676afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/configuration/initialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,5 @@ For more details on all available actions and which methods are supported, pleas
This way of initializing `NextAuth` is very powerful, but should be used sparingly.

:::warning
Changing parts of the request that is essential to `NextAuth` to do it's job - like messing with the [default cookies](/configuration/options#cookies) - can have unforeseen consequences, and have the potential to introduce security holes if done incorrectly. Only change those if you understand consequences.
Changing parts of the request that is essential to `NextAuth` to do its job - like messing with the [default cookies](/configuration/options#cookies) - can have unforeseen consequences, and have the potential to introduce security holes if done incorrectly. Only change those if you understand consequences.
:::

1 comment on commit 9676afb

@vercel
Copy link

@vercel vercel bot commented on 9676afb Dec 23, 2023

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.