Skip to content

Commit ea69731

Browse files
authored
Fix typo in comments in ConsoleLifetimeOptions.cs (#54255)
1 parent 155543f commit ea69731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/Microsoft.Extensions.Hosting/src/ConsoleLifetimeOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace Microsoft.Extensions.Hosting
66
public class ConsoleLifetimeOptions
77
{
88
/// <summary>
9-
/// Indicates if host lifetime status messages should be supressed such as on startup.
9+
/// Indicates if host lifetime status messages should be suppressed such as on startup.
1010
/// The default is false.
1111
/// </summary>
1212
public bool SuppressStatusMessages { get; set; }

0 commit comments

Comments
 (0)