diff --git a/gso/auth/oidc_policy_helper.py b/gso/auth/oidc_policy_helper.py
index 22e0568f77c1366ff2c608709e016a8a3892a51f..34eeede9e310a03b9774d619d6d7a7ab58a50231 100644
--- a/gso/auth/oidc_policy_helper.py
+++ b/gso/auth/oidc_policy_helper.py
@@ -94,7 +94,7 @@ class OIDCUserModel(dict):
 
     @property
     def client_id(self) -> str:
-        """Return the client_id."""
+        """Return the client id."""
         return self.get("client_id") or ""
 
     @property