From 7d637bc43f767bb6d937c5f0659f4bba9fa7793e Mon Sep 17 00:00:00 2001 From: Dominic R Date: Sat, 3 May 2025 16:41:17 -0400 Subject: [PATCH] website/integrations: minio: fix typo Signed-off-by: Dominic R --- website/integrations/services/minio/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"):