diff --git a/website/integrations/services/minio/index.md b/website/integrations/services/minio/index.md index 302d26d6a7a5..d6ab0be0a448 100644 --- a/website/integrations/services/minio/index.md +++ b/website/integrations/services/minio/index.md @@ -42,7 +42,7 @@ To support the integration of MinIO with authentik, you need to create an applic } ``` - If you wish to create a more franular mapping based on the user's groups in authentik, you can use an expression similar to: + If you wish to create a more granular mapping based on the user's groups in authentik, you can use an expression similar to: ```python if ak_is_group_member(request.user, name="Minio admins"):