Fix minor typo in Prompt example

This commit is contained in:
Fraser Waters 2023-02-26 22:22:31 +00:00
parent 819b948e78
commit cbbdb3369c

View File

@ -115,7 +115,7 @@ namespace Prompt
.AddChoices(favorites));
}
AnsiConsole.MarkupLine("Your selected: [yellow]{0}[/]", fruit);
AnsiConsole.MarkupLine("You selected: [yellow]{0}[/]", fruit);
return fruit;
}