Skip to content

Commit 5576bc8

Browse files
authored
Correct typo (#3971)
The following line: > various HTTP message HANDLES that can be used. Should read: > various HTTP message HANDLERS that can be used.
1 parent b3b9c85 commit 5576bc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/ns-System.Net.Http.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
2222
4. <xref:System.Net.Http.HttpClientHandler> - HTTP handlers responsible for producing HTTP response messages.
2323
24-
There are various HTTP message handles that can be used. These include the following.
24+
There are various HTTP message handlers that can be used. These include the following.
2525
2626
1. <xref:System.Net.Http.DelegatingHandler> - A class used to plug a handler into a handler chain.
2727
@@ -57,4 +57,4 @@
5757
<related type="ExternalDocumentation" href="https://go.microsoft.com/fwlink/?LinkID=245696">Connecting to a web service</related>
5858
<related type="ExternalDocumentation" href="https://go.microsoft.com/fwlink/?LinkId=242550">HttpClient Sample</related>
5959
</Docs>
60-
</Namespace>
60+
</Namespace>

0 commit comments

Comments
 (0)