Skip to content

Commit e140ffe

Browse files
authored
docs(javascript): fix wrong type name (#2003)
1 parent 03b31d0 commit e140ffe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/references/javascript/organization/organization.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -381,21 +381,21 @@ An _experimental_ interface that includes information about a user's permission.
381381
- `id`
382382
- `string`
383383

384-
The unique identifier of the role.
384+
The unique identifier of the permission.
385385

386386
---
387387

388388
- `key`
389389
- `string`
390390

391-
The unique key of the role.
391+
The unique key of the permission.
392392

393393
---
394394

395395
- `name`
396396
- `string`
397397

398-
The name of the role.
398+
The name of the permission.
399399

400400
---
401401

@@ -409,7 +409,7 @@ An _experimental_ interface that includes information about a user's permission.
409409
- `createdAt`
410410
- `Date`
411411

412-
The date when the role was created.
412+
The date when the permission was created.
413413

414414
---
415415

0 commit comments

Comments
 (0)