docs: fix typo in Organization plugin docs (#6885)

This commit is contained in:
Mauricio Galvez
2025-12-19 19:41:04 -05:00
committed by github-actions[bot]
parent f58d9b98c9
commit bf6b225e7c

View File

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