Skip to content

Commit

Permalink
Update mongoose.md with fixed typo (#1389)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x557269656C authored Feb 1, 2024
1 parent ac8b775 commit b7f1800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/database/mongoose.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 mongoose from "mongoose";

await mongoose.connect();
Expand Down

0 comments on commit b7f1800

Please sign in to comment.