Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Dec 7, 2023
1 parent 373f8aa commit 4e35545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/src/pages/upgrade-v3/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const lucia = new Lucia(adapter, {

### Type declaration

Lucia v3 uses the newer module syntax instead of `.d.ts` files for declaring types for improved agronomics and monorepo support. The `Lucia` type declaration is required.
Lucia v3 uses the newer module syntax instead of `.d.ts` files for declaring types for improved ergonomics and monorepo support. The `Lucia` type declaration is required.

```ts
export const lucia = new Lucia();
Expand Down

0 comments on commit 4e35545

Please sign in to comment.