Skip to content

Commit cd5747e

Browse files
authored
Fix various typos in the SocketsHttpHandler doc (#5012)
1 parent c74f0ef commit cd5747e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.Net.Http/SocketsHttpHandler.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -596,15 +596,15 @@ For example, if the value is 64, then 65,536 bytes are allowed for the maximum r
596596
<ReturnType>System.TimeSpan</ReturnType>
597597
</ReturnValue>
598598
<Docs>
599-
<summary>Gets or sets how long a connection can be the pool to be considered reusable.</summary>
599+
<summary>Gets or sets how long a connection can be in the pool to be considered reusable.</summary>
600600
<value>The maximum time for a connection to be in the pool. The default value for this property is <see cref="F:System.Threading.Timeout.InfiniteTimeSpan" />.</value>
601601
<remarks>
602602
<format type="text/markdown"><![CDATA[
603603
604604
## Remarks
605-
This property define maximal connection lifetime in the pool regardles the connection is idle or active. The connection is reestablished periodically to reflect the DNS or other network changes.
605+
This property defines maximal connection lifetime in the pool regardless of whether the connection is idle or active. The connection is reestablished periodically to reflect the DNS or other network changes.
606606
607-
If the connection endpoint is not the Doamin name but the IP address, the value can be <xref:System.Threading.Timeout.InfiniteTimeSpan>.
607+
If the connection endpoint is not the Domain name but the IP address, the value can be <xref:System.Threading.Timeout.InfiniteTimeSpan>.
608608
609609
]]></format>
610610
</remarks>

0 commit comments

Comments
 (0)