Skip to content

Commit

Permalink
Fix typo in HttpClientHandler.xml (#6606)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ericmutta authored Apr 7, 2021
1 parent 3f8e08c commit 7ef5e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/System.Net.Http/HttpClientHandler.xml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ After NuGet package v4.3.2, the default value of <xref:System.Net.DecompressionM
<ReturnType>System.Security.Cryptography.X509Certificates.X509CertificateCollection</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets the collection of security certificates that are associated requests to the server.</summary>
<summary>Gets the collection of security certificates that are associated with requests to the server.</summary>
<value>The X509CertificateCollection that is presented to the server when performing certificate based client authentication.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down

0 comments on commit 7ef5e59

Please sign in to comment.