Skip to content

Commit 9676afb

Browse files
authored
docs: typo in initialization.md (#9449)
Update initialization.md
1 parent cb8952e commit 9676afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/configuration/initialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,5 +152,5 @@ For more details on all available actions and which methods are supported, pleas
152152
This way of initializing `NextAuth` is very powerful, but should be used sparingly.
153153

154154
:::warning
155-
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.
155+
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.
156156
:::

0 commit comments

Comments
 (0)