Skip to content

Commit

Permalink
Fix wrong import for MongodbAdapter in mongodb database doc (#1414)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamielovelace authored Feb 6, 2024
1 parent 062d6a7 commit 5c366f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/database/mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You must handle the database connection manually.

```ts
import { Lucia } from "lucia";
import { MongoDBAdapter } from "@lucia-auth/adapter-mongodb";
import { MongodbAdapter } from "@lucia-auth/adapter-mongodb";
import { Collection, MongoClient } from "mongodb";

const client = new MongoClient();
Expand Down

0 comments on commit 5c366f5

Please sign in to comment.