Skip to content

Commit 03e02f9

Browse files
authored
Corrected a typo. (#5099)
Corrected a typo in EnvironmentName property description.
1 parent 647b740 commit 03e02f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

xml/Microsoft.Extensions.Hosting/IHostEnvironment.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@
105105
<ReturnType>System.String</ReturnType>
106106
</ReturnValue>
107107
<Docs>
108-
<summary>Gets or sets the name of the environment. The host automatically sets this property to the value of the
109-
of the "environment" key as specified in configuration.</summary>
108+
<summary>Gets or sets the name of the environment. The host automatically sets this property to the value of the "environment" key as specified in configuration.</summary>
110109
<value>To be added.</value>
111110
<remarks>To be added.</remarks>
112111
</Docs>

0 commit comments

Comments
 (0)