docs: fix typo in organization.mdx (#172)

This commit is contained in:
Evan
2024-10-14 22:55:54 +01:00
committed by GitHub
parent 14fd34ba09
commit fee1671da7

View File

@@ -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">