Skip to content

Commit

Permalink
docs: Typo fix (#5114)
Browse files Browse the repository at this point in the history
* fix typo

* Update docs/docs/configuration/options.md

* fix path for mongodb file

Co-authored-by: Thang Vu <thvu@hey.com>
  • Loading branch information
Shudhanshu-Choudhary and ThangHuuVu committed Aug 8, 2022
1 parent 526a6c1 commit d9167bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/adapters/mongodb.md
Expand Up @@ -58,7 +58,7 @@ export default clientPromise
```js
import NextAuth from "next-auth"
import { MongoDBAdapter } from "@next-auth/mongodb-adapter"
import clientPromise from "lib/mongodb"
import clientPromise from "../../../lib/mongodb"

// For more information on each option (and a full list of options) go to
// https://next-auth.js.org/configuration/options
Expand Down

1 comment on commit d9167bb

@vercel
Copy link

@vercel vercel bot commented on d9167bb Aug 8, 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.