Skip to content

Commit 6e795db

Browse files
authored
chore(types): Fix link for OrganizationCustomRoleKey (#6251)
1 parent feba23c commit 6e795db

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.changeset/red-eggs-itch.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

packages/types/src/organizationMembership.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export type OrganizationCustomPermissionKey = ClerkAuthorization extends Placeho
7070
/**
7171
* `OrganizationCustomRoleKey` is a type that represents the user's role in an organization. It will be string unless the developer has provided their own types through [`ClerkAuthorization`](https://clerk.com/docs/guides/custom-types#example-custom-roles-and-permissions).
7272
*
73-
* Clerk provides the [default roles](https://clerk.com/docs/organizations/roles-permissions#default-roles) `org:admin` and `org:member`. However, you can create [custom roles](https://clerk.com/docs/organizations/create-roles-permissions) as well.
73+
* Clerk provides the [default roles](https://clerk.com/docs/organizations/roles-permissions#default-roles) `org:admin` and `org:member`. However, you can create [custom roles](https://clerk.com/docs/organizations/roles-permissions#custom-roles) as well.
7474
*
7575
* @interface
7676
*/

0 commit comments

Comments
 (0)