Skip to content

Commit df2f28e

Browse files
committed
Check Spell
1 parent ba1d00f commit df2f28e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NickvisionCavalier.Shared/Models/CmdOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public class CmdOptions
123123
[Option("bg-alpha", Required = false, HelpText = "Background image alpha in percent (10-100)")]
124124
public uint? BgImageAlpha { get; set; }
125125
/// <summary>
126-
/// Active forground color
126+
/// Active foreground color
127127
/// </summary>
128128
[Option("fg", Required = false, HelpText = "Foreground color, hex format: aarrbbgg or rrbbgg")]
129129
public string? FgColor { get; set; }

0 commit comments

Comments
 (0)