From bf6b225e7c89f4231fdaf46002b3328545dec89a Mon Sep 17 00:00:00 2001 From: Mauricio Galvez <45831817+mau27galvez@users.noreply.github.com> Date: Fri, 19 Dec 2025 19:41:04 -0500 Subject: [PATCH] docs: fix typo in Organization plugin docs (#6885) --- 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 e10b2edf82..15fab419a1 100644 --- a/docs/content/docs/plugins/organization.mdx +++ b/docs/content/docs/plugins/organization.mdx @@ -1616,7 +1616,7 @@ type getOrgRole = { */ roleId?: string = "role-id" /** - * The organization ID which the role will be deleted in. Defaults to the active organization. + * The organization ID from which the role will be retrieved. Defaults to the active organization. */ organizationId?: string = "organization-id" }