Skip to content

Commit

Permalink
Fix summary doc, the client name is an argument. (#66703)
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnherreman authored Mar 22, 2022
1 parent 0bbf453 commit cbace42
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,7 @@ public static IHttpClientBuilder AddHttpClient(this IServiceCollection services!

/// <summary>
/// Adds the <see cref="IHttpClientFactory"/> and related services to the <see cref="IServiceCollection"/> and configures
/// a binding between the <typeparamref name="TClient" /> type and a named <see cref="HttpClient"/>. The client name will
/// be set to the type name of <typeparamref name="TClient"/>.
/// a binding between the <typeparamref name="TClient" /> type and a named <see cref="HttpClient"/>.
/// </summary>
/// <typeparam name="TClient">
/// The type of the typed client. The type specified will be registered in the service collection as
Expand Down

0 comments on commit cbace42

Please sign in to comment.