Skip to content

Commit

Permalink
Fix typos (#1684)
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead authored Nov 13, 2024
1 parent 375a708 commit cecfdc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Spectre.Console.Cli/CommandContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public sealed class CommandContext
public IRemainingArguments Remaining { get; }

/// <summary>
/// Gets all the arguments that were passed to the applicaton.
/// Gets all the arguments that were passed to the application.
/// </summary>
public IReadOnlyList<string> Arguments { get; }

Expand Down
2 changes: 1 addition & 1 deletion src/Spectre.Console.Cli/ICommandAppSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public interface ICommandAppSettings
bool StrictParsing { get; set; }

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

0 comments on commit cecfdc3

Please sign in to comment.