Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
willibrandon committed May 18, 2024
1 parent 42fd54f commit ca58b29
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public static ClientCredentialsTokenManagementBuilder AddClientCredentialsTokenM
}

/// <summary>
/// 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
/// </summary>
/// <param name="services">The <see cref="IServiceCollection"/>.</param>
/// <param name="httpClientName">The name of the client.</param>
Expand All @@ -69,7 +69,7 @@ public static IHttpClientBuilder AddClientCredentialsHttpClient(
}

/// <summary>
/// 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
/// </summary>
/// <param name="services">The <see cref="IServiceCollection"/>.</param>
/// <param name="httpClientName">The name of the client.</param>
Expand All @@ -96,7 +96,7 @@ public static IHttpClientBuilder AddClientCredentialsHttpClient(
}

/// <summary>
/// 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
/// </summary>
/// <param name="services">The <see cref="IServiceCollection"/>.</param>
/// <param name="httpClientName">The name of the client.</param>
Expand Down

0 comments on commit ca58b29

Please sign in to comment.