diff --git a/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs b/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs index d6e92e47a753c..7b93ebe2ea139 100644 --- a/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs +++ b/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs @@ -679,7 +679,7 @@ public static IHttpClientBuilder ConfigureAdditionalHttpMessageHandlers(this IHt /// a transient service. /// /// - /// If used in conjuction with , + /// If used in conjunction with , /// the key is used, so any named instance will be resolvable as a keyed service (unless explicitly opted-out /// from the keyed registration via ). /// @@ -721,7 +721,7 @@ public static IHttpClientBuilder AddAsKeyed(this IHttpClientBuilder builder, Ser /// An that can be used to configure the client. /// /// - /// If used in conjuction with , + /// If used in conjunction with , /// it will only affect the previous "global" registration, and won't affect the clients registered for a specific name /// with . ///