Skip to content

Commit

Permalink
docs: Fix typo in email tutorial (#7769)
Browse files Browse the repository at this point in the history
  • Loading branch information
InputUsername authored Jun 13, 2023
1 parent c7dec37 commit a0f3b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/getting-started/email-tutorial.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Finally, we'll need to set up a database adapter to store verification tokens th

An **Adapter** in Auth.js connects your application to whatever database or backend system you want to use to store data for users, their accounts, sessions, etc...

For this tutorial, we're going to use the **MongoDB** adapter, other any of the other adapters will work just fine.
For this tutorial, we're going to use the **MongoDB** adapter, but any of the other adapters will work just fine.

First, let's start by installing the adapter package:

Expand Down

1 comment on commit a0f3b04

@vercel
Copy link

@vercel vercel bot commented on a0f3b04 Jun 13, 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.