docs: Update managers.mdx (#6873)

Update managers.mdx

typo

Co-authored-by: Fabi <fabienne@zitadel.com>
This commit is contained in:
Mark A. Hershberger
2023-11-08 04:07:11 -05:00
committed by GitHub
parent 9ccdfdc196
commit 0d3788b757

View File

@@ -43,7 +43,7 @@ Per default you will only search for users within the selected organization. If
## Configure roles
If you run a self hosted ZITADEL istance you can define your custom roles by overwriting the defaults.yaml
In the InternalAuthZ section you will find all the roles and which permissions the have.
In the InternalAuthZ section you will find all the roles and which permissions they have.
Example:
```bash
@@ -53,4 +53,4 @@ InternalAuthZ:
Permissions:
- "iam.read"
- "iam.write"
```
```