Merge pull request #1183 from Frassle/promptExampleTypo

This commit is contained in:
Patrik Svensson 2023-03-01 18:43:46 +01:00 committed by GitHub
commit a6af9a6842
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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