diff --git a/docs/docs/guides/manage/console/managers.mdx b/docs/docs/guides/manage/console/managers.mdx index f4c2703af6..5536b6fd65 100644 --- a/docs/docs/guides/manage/console/managers.mdx +++ b/docs/docs/guides/manage/console/managers.mdx @@ -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" -``` \ No newline at end of file +```