Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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