Skip to content

Commit 8dd8f7c

Browse files
docs: fix typo in callbacks.md (#1657)
Fixed the spelling mistake. existance -> existence
1 parent 072c59d commit 8dd8f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/docs/configuration/callbacks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ When using NextAuth.js without a database, the user object it will always be a p
7979
:::
8080

8181
:::tip
82-
If you only want to allow users who already have accounts in the database to sign in, you can check for the existance of a `user.id` property and reject any sign in attempts from accounts that do not have one.
82+
If you only want to allow users who already have accounts in the database to sign in, you can check for the existence of a `user.id` property and reject any sign in attempts from accounts that do not have one.
8383

8484
If you are using NextAuth.js without database and want to control who can sign in, you can check their email address or profile against a hard coded list in the `signIn()` callback.
8585
:::

0 commit comments

Comments
 (0)