diff --git a/src/Duende.AccessTokenManagement/ClientCredentialsTokenManagementServiceCollectionExtensions.cs b/src/Duende.AccessTokenManagement/ClientCredentialsTokenManagementServiceCollectionExtensions.cs
index 0d8c847..7aef2bc 100644
--- a/src/Duende.AccessTokenManagement/ClientCredentialsTokenManagementServiceCollectionExtensions.cs
+++ b/src/Duende.AccessTokenManagement/ClientCredentialsTokenManagementServiceCollectionExtensions.cs
@@ -54,7 +54,7 @@ public static ClientCredentialsTokenManagementBuilder AddClientCredentialsTokenM
}
///
- /// Adds a named HTTP client for the factory that automatically sends the a client access token
+ /// Adds a named HTTP client for the factory that automatically sends a client access token
///
/// The .
/// The name of the client.
@@ -69,7 +69,7 @@ public static IHttpClientBuilder AddClientCredentialsHttpClient(
}
///
- /// Adds a named HTTP client for the factory that automatically sends the a client access token
+ /// Adds a named HTTP client for the factory that automatically sends a client access token
///
/// The .
/// The name of the client.
@@ -96,7 +96,7 @@ public static IHttpClientBuilder AddClientCredentialsHttpClient(
}
///
- /// Adds a named HTTP client for the factory that automatically sends the a client access token
+ /// Adds a named HTTP client for the factory that automatically sends a client access token
///
/// The .
/// The name of the client.