diff --git a/xml/Microsoft.Extensions.HttpClient.SocketHandling/HttpClientSocketHandlingExtensions.xml b/xml/Microsoft.Extensions.HttpClient.SocketHandling/HttpClientSocketHandlingExtensions.xml
index 3cdc71f1c2d..a13e6a7bd21 100644
--- a/xml/Microsoft.Extensions.HttpClient.SocketHandling/HttpClientSocketHandlingExtensions.xml
+++ b/xml/Microsoft.Extensions.HttpClient.SocketHandling/HttpClientSocketHandlingExtensions.xml
@@ -48,7 +48,7 @@
The .
Adds a delegate that will set as the primary
- for a named .
+ for a named HttpClient.
The given instance to allow method chaining.
To be added.
@@ -78,7 +78,7 @@
Configure using a instance.
Adds a delegate that will set as the primary
- for a named .
+ for a named HttpClient.
The given instance to allow method chaining.
To be added.
diff --git a/xml/Microsoft.Extensions.HttpClient.SocketHandling/SocketsHttpHandlerBuilder.xml b/xml/Microsoft.Extensions.HttpClient.SocketHandling/SocketsHttpHandlerBuilder.xml
index ef2411e1d11..2d4c1223c68 100644
--- a/xml/Microsoft.Extensions.HttpClient.SocketHandling/SocketsHttpHandlerBuilder.xml
+++ b/xml/Microsoft.Extensions.HttpClient.SocketHandling/SocketsHttpHandlerBuilder.xml
@@ -162,7 +162,7 @@
Configuration for .
Adds a delegate that will set as the primary
- for a named and will use to configure it.
+ for a named HttpClient and will use to configure it.
The .
To be added.
@@ -190,7 +190,7 @@
Configuration for .
Adds a delegate that will set as the primary
- for a named and will use the delegate to configure it.
+ for a named HttpClient and will use the delegate to configure it.
The .
To be added.