From fee1671da79285ff29f89e3c75ffe4d876c3b8bd Mon Sep 17 00:00:00 2001 From: Evan <47493765+iamEvanYT@users.noreply.github.com> Date: Mon, 14 Oct 2024 22:55:54 +0100 Subject: [PATCH] docs: fix typo in organization.mdx (#172) --- docs/content/docs/plugins/organization.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/plugins/organization.mdx b/docs/content/docs/plugins/organization.mdx index 3a7214532c..c10f175eac 100644 --- a/docs/content/docs/plugins/organization.mdx +++ b/docs/content/docs/plugins/organization.mdx @@ -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.