File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public sealed class CommandContext
14
14
public IRemainingArguments Remaining { get ; }
15
15
16
16
/// <summary>
17
- /// Gets all the arguments that were passed to the applicaton .
17
+ /// Gets all the arguments that were passed to the application .
18
18
/// </summary>
19
19
public IReadOnlyList < string > Arguments { get ; }
20
20
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ public interface ICommandAppSettings
74
74
bool StrictParsing { get ; set ; }
75
75
76
76
/// <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
78
78
/// that would normally result in a <see cref="CommandParseException"/> being thrown
79
79
/// during parsing with the message "Flags cannot be assigned a value."
80
80
/// should instead be added to the remaining arguments collection.
You can’t perform that action at this time.
0 commit comments