Skip to content

Commit

Permalink
fix more V3 docs typos (#1329)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlehrer authored Jan 10, 2024
1 parent ae777d5 commit 4dd0e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/upgrade-v3/sqlite.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
BetterSqlite3Adapter,
CloudflareD1Adapter,
LibSQLAdapter
} from "@lucia-auth/adapter-mysql";
} from "@lucia-auth/adapter-sqlite";

new BetterSqlite3Adapter(db, {
// table names
Expand Down

0 comments on commit 4dd0e25

Please sign in to comment.