We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 155543f commit ea69731Copy full SHA for ea69731
src/libraries/Microsoft.Extensions.Hosting/src/ConsoleLifetimeOptions.cs
@@ -6,7 +6,7 @@ namespace Microsoft.Extensions.Hosting
6
public class ConsoleLifetimeOptions
7
{
8
/// <summary>
9
- /// Indicates if host lifetime status messages should be supressed such as on startup.
+ /// Indicates if host lifetime status messages should be suppressed such as on startup.
10
/// The default is false.
11
/// </summary>
12
public bool SuppressStatusMessages { get; set; }
0 commit comments