Skip to content

Commit

Permalink
fix: SvelteKit guide typo (#1597)
Browse files Browse the repository at this point in the history
  • Loading branch information
Creative-Difficulty authored Jun 19, 2024
1 parent aea85da commit 7da984e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/getting-started/sveltekit.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ declare module "lucia" {

## Setup hooks

We recommend setting up a handle hook to validate requests. The validated user will be available as `local.user`.
We recommend setting up a handle hook to validate requests. The validated user will be available as `locals.user`.

If you're curious about what's happening here, see the [Validating requests](/guides/validate-session-cookies/sveltekit) page.

Expand Down

0 comments on commit 7da984e

Please sign in to comment.