Skip to content

Commit 30b2264

Browse files
authored
docs: correct instance name passed to LibSQLAdapter (#1558)
1 parent d285a08 commit 30b2264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/database/sqlite.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ declare module "lucia" {
9595

9696
### LibSQL
9797

98-
`LibSQLAdapter` takes a `D1Database` instance and a list of table names.
98+
`LibSQLAdapter` takes a `Client` instance and a list of table names.
9999

100100
```ts
101101
import { Lucia } from "lucia";

0 commit comments

Comments
 (0)