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

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;
}