diff --git a/src/HttpClientFactory/Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs b/src/HttpClientFactory/Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs index edf1d08b907..3d37990288f 100644 --- a/src/HttpClientFactory/Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs +++ b/src/HttpClientFactory/Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs @@ -179,7 +179,7 @@ public static IHttpClientBuilder AddHttpClient(this IServiceCollection services, /// /// Adds the and related services to the and configures /// a binding between the type and a named . The client name - /// will be set to the full name of . + /// will be set to the type name of . /// /// /// The type of the typed client. They type specified will be registered in the service collection as