Skip to content

Commit

Permalink
Fix minor typo in Prompt example
Browse files Browse the repository at this point in the history
  • Loading branch information
Frassle committed Feb 26, 2023
1 parent 819b948 commit cbbdb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Console/Prompt/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public static string AskFruit()
.AddChoices(favorites));
}

AnsiConsole.MarkupLine("Your selected: [yellow]{0}[/]", fruit);
AnsiConsole.MarkupLine("You selected: [yellow]{0}[/]", fruit);
return fruit;
}

Expand Down

0 comments on commit cbbdb33

Please sign in to comment.