Skip to content

Commit

Permalink
docs: fix error in sveltekit signout example
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdcato authored Jun 13, 2024
1 parent 0e0c7b6 commit 5eef4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/getting-started/session-management/login.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ To use the SvelteKit form action for signing out, we can use the `SignOut` compo
<nav>
<SignOut>
<span slot="submitButton">Signout</span>
</SignIn>
</SignOut>
</nav>
</header>
```
Expand Down

0 comments on commit 5eef4bc

Please sign in to comment.