Skip to content

Commit f1c0360

Browse files
authored
Remove extra line break from remarks (#4016)
`WindowsServiceLifetimeHostBuilderExtensions` documentation contains an extra line break which is causing incorrect formatting on the generated HTML.
1 parent 928241c commit f1c0360

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

xml/Microsoft.Extensions.Hosting/WindowsServiceLifetimeHostBuilderExtensions.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
<summary>Sets the host lifetime to WindowsServiceLifetime, sets the Content Root,
4444
and enables logging to the event log with the application name as the default source name.</summary>
4545
<returns>The same instance of the <see cref="T:Microsoft.Extensions.Hosting.IHostBuilder" /> for chaining.</returns>
46-
<remarks>This is context aware and will only activate if it detects the process is running
47-
as a Windows Service.</remarks>
46+
<remarks>This is context aware and will only activate if it detects the process is running as a Windows Service.</remarks>
4847
</Docs>
4948
</Member>
5049
</Members>

0 commit comments

Comments
 (0)