From d9167bbffe7685bbbd990d55ecdbf3610acbcb37 Mon Sep 17 00:00:00 2001 From: Shudhanshu Choudhary <59770028+shudanshus198@users.noreply.github.com> Date: Tue, 9 Aug 2022 00:45:54 +0530 Subject: [PATCH] docs: Typo fix (#5114) * fix typo * Update docs/docs/configuration/options.md * fix path for mongodb file Co-authored-by: Thang Vu --- docs/docs/adapters/mongodb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/adapters/mongodb.md b/docs/docs/adapters/mongodb.md index b4bae7e1b7..58adcb6ed2 100644 --- a/docs/docs/adapters/mongodb.md +++ b/docs/docs/adapters/mongodb.md @@ -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