Skip to content

Commit de946a0

Browse files
Update HostingAbstractionsHostExtensions.xml (#7509)
Make verb tense consistent with that in other methods.
1 parent e23e252 commit de946a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/Microsoft.Extensions.Hosting/HostingAbstractionsHostExtensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
</Parameters>
177177
<Docs>
178178
<param name="host">The running <see cref="T:Microsoft.Extensions.Hosting.IHost" />.</param>
179-
<summary>Block the calling thread until shutdown is triggered via Ctrl+C or SIGTERM.</summary>
179+
<summary>Blocks the calling thread until shutdown is triggered via Ctrl+C or SIGTERM.</summary>
180180
<remarks>To be added.</remarks>
181181
</Docs>
182182
</Member>

0 commit comments

Comments
 (0)