Fix typo in comments in ConsoleLifetimeOptions.cs (#54255)
authorGitHubPang <61439577+GitHubPang@users.noreply.github.com>
Wed, 16 Jun 2021 15:16:20 +0000 (23:16 +0800)
committerGitHub <noreply@github.com>
Wed, 16 Jun 2021 15:16:20 +0000 (10:16 -0500)
src/libraries/Microsoft.Extensions.Hosting/src/ConsoleLifetimeOptions.cs

index 0475bb8..eebb5d7 100644 (file)
@@ -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; }