Skip to content

Commit

Permalink
Fix spelling error (#107994)
Browse files Browse the repository at this point in the history
  • Loading branch information
gewarren committed Sep 18, 2024
1 parent 546f921 commit f748f06
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ public static IHttpClientBuilder ConfigureAdditionalHttpMessageHandlers(this IHt
/// a transient service.
/// </para>
/// <para>
/// If used in conjuction with <see cref="HttpClientFactoryServiceCollectionExtensions.ConfigureHttpClientDefaults(IServiceCollection, Action{IHttpClientBuilder})"/>,
/// If used in conjunction with <see cref="HttpClientFactoryServiceCollectionExtensions.ConfigureHttpClientDefaults(IServiceCollection, Action{IHttpClientBuilder})"/>,
/// the key <see cref="KeyedService.AnyKey"/> is used, so any named <see cref="HttpClient"/> instance will be resolvable as a keyed service (unless explicitly opted-out
/// from the keyed registration via <see cref="RemoveAsKeyed"/>).
/// </para>
Expand Down Expand Up @@ -721,7 +721,7 @@ public static IHttpClientBuilder AddAsKeyed(this IHttpClientBuilder builder, Ser
/// <returns>An <see cref="IHttpClientBuilder"/> that can be used to configure the client.</returns>
/// <remarks>
/// <para>
/// If used in conjuction with <see cref="HttpClientFactoryServiceCollectionExtensions.ConfigureHttpClientDefaults(IServiceCollection, Action{IHttpClientBuilder})"/>,
/// If used in conjunction with <see cref="HttpClientFactoryServiceCollectionExtensions.ConfigureHttpClientDefaults(IServiceCollection, Action{IHttpClientBuilder})"/>,
/// it will only affect the previous "global" <see cref="KeyedService.AnyKey"/> registration, and won't affect the clients registered for a specific name
/// with <see cref="AddAsKeyed"/>.
/// </para>
Expand Down

0 comments on commit f748f06

Please sign in to comment.