Skip to content

Commit 73fc474

Browse files
Update IHost.xml (#7508)
Add apostrophe for possessive. Make verb tenses consistently simple present tense.
1 parent de946a0 commit 73fc474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/Microsoft.Extensions.Hosting/IHost.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<ReturnType>System.IServiceProvider</ReturnType>
4646
</ReturnValue>
4747
<Docs>
48-
<summary>The programs configured services.</summary>
48+
<summary>The program's configured services.</summary>
4949
<value>To be added.</value>
5050
<remarks>To be added.</remarks>
5151
</Docs>
@@ -74,7 +74,7 @@
7474
</Parameters>
7575
<Docs>
7676
<param name="cancellationToken">Used to abort program start.</param>
77-
<summary>Start the program.</summary>
77+
<summary>Starts the program.</summary>
7878
<returns>A <see cref="T:System.Threading.Tasks.Task" /> that will be completed when the <see cref="T:Microsoft.Extensions.Hosting.IHost" /> starts.</returns>
7979
<remarks>To be added.</remarks>
8080
</Docs>

0 commit comments

Comments
 (0)