Skip to content

Commit 9b13dd3

Browse files
authored
docs: fix error in sveltekit signout example (#11156)
1 parent be927e0 commit 9b13dd3

File tree

1 file changed

+1
-1
lines changed
  • docs/pages/getting-started/session-management

1 file changed

+1
-1
lines changed

docs/pages/getting-started/session-management/login.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ To use the SvelteKit form action for signing out, we can use the `SignOut` compo
244244
<nav>
245245
<SignOut>
246246
<span slot="submitButton">Signout</span>
247-
</SignIn>
247+
</SignOut>
248248
</nav>
249249
</header>
250250
```

0 commit comments

Comments
 (0)