diff --git a/docs/docs/01-getting-started/02-users.md b/docs/docs/01-getting-started/02-users.md index 5a320ee1b..025a5202f 100644 --- a/docs/docs/01-getting-started/02-users.md +++ b/docs/docs/01-getting-started/02-users.md @@ -80,7 +80,7 @@ Call `useUser` (or `getUser`) with the `{ or: 'redirect' }` option to protect th -## Signing out +## Signing out You can sign out the user by redirecting them to `/handler/signout` or simply by calling `user.signOut()`.