Skip to content

Commit bf54155

Browse files
mairawRon Petrusha
authored andcommitted
fix typo (dotnet#554)
1 parent 98f0b36 commit bf54155

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Net.Http/HttpMessageHandler.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
3636
1. <xref:System.Net.Http.DelegatingHandler> - A class used to plug a handler into a handler chain.
3737
38-
2. <xref:System.Net.Http.HttpMessageHandler> - A simple to class to derive from that supports the most common requirements for most applications.
38+
2. <xref:System.Net.Http.HttpMessageHandler> - A simple class to derive from that supports the most common requirements for most applications.
3939
4040
3. <xref:System.Net.Http.HttpClientHandler> - A class that operates at the bottom of the handler chain that actually handles the HTTP transport operations.
4141
@@ -203,4 +203,4 @@
203203
</Docs>
204204
</Member>
205205
</Members>
206-
</Type>
206+
</Type>

0 commit comments

Comments
 (0)