Skip to content

Commit

Permalink
Fix typo in comments in ConsoleLifetimeOptions.cs (#54255)
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHubPang committed Jun 16, 2021
1 parent 155543f commit ea69731
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Microsoft.Extensions.Hosting
public class ConsoleLifetimeOptions
{
/// <summary>
/// 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.
/// The default is false.
/// </summary>
public bool SuppressStatusMessages { get; set; }
Expand Down

0 comments on commit ea69731

Please sign in to comment.