Skip to content

Commit cecfdc3

Browse files
authored
Fix typos (#1684)
1 parent 375a708 commit cecfdc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Spectre.Console.Cli/CommandContext.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public sealed class CommandContext
1414
public IRemainingArguments Remaining { get; }
1515

1616
/// <summary>
17-
/// Gets all the arguments that were passed to the applicaton.
17+
/// Gets all the arguments that were passed to the application.
1818
/// </summary>
1919
public IReadOnlyList<string> Arguments { get; }
2020

src/Spectre.Console.Cli/ICommandAppSettings.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public interface ICommandAppSettings
7474
bool StrictParsing { get; set; }
7575

7676
/// <summary>
77-
/// Gets or sets a value indicating whether or not flags found on the commnd line
77+
/// Gets or sets a value indicating whether or not flags found on the command line
7878
/// that would normally result in a <see cref="CommandParseException"/> being thrown
7979
/// during parsing with the message "Flags cannot be assigned a value."
8080
/// should instead be added to the remaining arguments collection.

0 commit comments

Comments
 (0)