diff --git a/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs b/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs index be744e284acaac..25a4230e750b93 100644 --- a/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs +++ b/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs @@ -394,11 +394,11 @@ private static TClient AddTransientHelper(IServiceProvider s, IHttpClie /// . /// /// - /// The declared type of the typed client. They type specified will be registered in the service collection as + /// The declared type of the typed client. The type specified will be registered in the service collection as /// a transient service. See for more details about authoring typed clients. /// /// - /// The implementation type of the typed client. The type specified by will be instantiated by the + /// The implementation type of the typed client. The type specified will be instantiated by the /// . /// /// The .