mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-26 00:46:44 -05:00
docs: fix typo in organization.mdx (#172)
This commit is contained in:
@@ -109,7 +109,7 @@ const auth = betterAuth({
|
||||
|
||||
### List User's Organizations
|
||||
|
||||
To list the organizations that a user is a member of, you can use `useListOrganizations` hook. It implments a reactive way to get the orSvelteganizations that the user is a member of.
|
||||
To list the organizations that a user is a member of, you can use `useListOrganizations` hook. It implments a reactive way to get the organizations that the user is a member of.
|
||||
|
||||
<Tabs items={["React", "Vue", "Svelte"]} defaultValue="React">
|
||||
<Tab value="React">
|
||||
|
||||
Reference in New Issue
Block a user