Docs: Fix typo in custom-role-actions-scopes.md (#54294)

* Fix typo in custom-role-actions-scopes.md

* Address lint issue
This commit is contained in:
Mihály Gyöngyösi 2022-08-29 11:59:17 +02:00 committed by GitHub
parent d2547bb832
commit 990f673202
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,7 +135,7 @@ The following list contains role-based access control actions.
| `users:create` | n/a | Create a user. |
| `users:delete` | `global.users:*` <br> `global.users:id:*` | Delete a user. |
| `users:disable` | `global.users:*` <br> `global.users:id:*` | Disable a user. |
| `users:enable` | `globa.users:*` <br> `global.users:id:*` | Enable a user. |
| `users:enable` | `global.users:*` <br> `global.users:id:*` | Enable a user. |
| `users:logout` | `global.users:*` <br> `global.users:id:*` | Sign out a user. |
| `users:read` | `global.users:*` | Read or search user profiles. |
| `users:write` | `global.users:*` <br> `global.users:id:*` | Update a users profile. |