Skip to content

Commit

Permalink
fix punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Jan 6, 2024
1 parent 2f5684b commit 3a71b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/database/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { BetterSqlite3Adapter } from "@lucia-auth/adapter-sqlite";
const lucia = new Lucia(new BetterSqlite3Adapter(db));
```

See [`Adapter`](/reference/main/Adapter) for building your own adapters
See [`Adapter`](/reference/main/Adapter) for building your own adapters.

## Database setup

Expand Down

0 comments on commit 3a71b8d

Please sign in to comment.