diff --git a/doc/integration/openid_connect_provider.md b/doc/integration/openid_connect_provider.md
index 55fa4f81262982c8a7356c92691e6933a5b96065..0267f00a740170a9904cdfe5b3da0809dd0ec9a1 100644
--- a/doc/integration/openid_connect_provider.md
+++ b/doc/integration/openid_connect_provider.md
@@ -15,7 +15,7 @@ to sign in to other services.
 
 ## Introduction to OpenID Connect
 
-[OpenID Connect](https://openid.net/developers/how-connect-works/) \(OIDC) is a simple identity layer on top of the
+[OpenID Connect](https://openid.net/developers/how-connect-works/) (OIDC) is a simple identity layer on top of the
 OAuth 2.0 protocol. It allows clients to:
 
 - Verify the identity of the end-user based on the authentication performed by GitLab.