From 7ef5e5910d1f593602423a0421af6574a952477f Mon Sep 17 00:00:00 2001 From: Eric Mutta Date: Wed, 7 Apr 2021 12:39:26 +0300 Subject: [PATCH] Fix typo in HttpClientHandler.xml (#6606) The sentence: > Gets the collection of security certificates that are associated requests to the server. Is missing the word "with" and should read: > Gets the collection of security certificates that are associated **with** requests to the server. --- xml/System.Net.Http/HttpClientHandler.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Net.Http/HttpClientHandler.xml b/xml/System.Net.Http/HttpClientHandler.xml index d653357ca7e..664abb2af69 100644 --- a/xml/System.Net.Http/HttpClientHandler.xml +++ b/xml/System.Net.Http/HttpClientHandler.xml @@ -324,7 +324,7 @@ After NuGet package v4.3.2, the default value of System.Security.Cryptography.X509Certificates.X509CertificateCollection - Gets the collection of security certificates that are associated requests to the server. + Gets the collection of security certificates that are associated with requests to the server. The X509CertificateCollection that is presented to the server when performing certificate based client authentication. To be added.