Skip to content

Commit 89bbcc0

Browse files
authored
Fix typo in HostingAbstractionsHostExtensions.xml
The following sentence: > Runs an application and block the calling thread... Should read: > Runs an application and **blocks** the calling thread...
1 parent 041a6d1 commit 89bbcc0

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
@@ -48,7 +48,7 @@
4848
</Parameters>
4949
<Docs>
5050
<param name="host">The <see cref="T:Microsoft.Extensions.Hosting.IHost" /> to run.</param>
51-
<summary>Runs an application and block the calling thread until host shutdown.</summary>
51+
<summary>Runs an application and blocks the calling thread until host shutdown.</summary>
5252
<remarks>To be added.</remarks>
5353
</Docs>
5454
</Member>

0 commit comments

Comments
 (0)