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