Merge pull request #1218 from phillip-haydon/patch-1

This commit is contained in:
Patrik Svensson 2023-04-24 08:56:25 +02:00 committed by GitHub
commit 3ec0fee795
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ var fruits = AnsiConsole.Prompt(
.AddChoices(new[] {
"Apple", "Apricot", "Avocado",
"Banana", "Blackcurrant", "Blueberry",
"Cherry", "Cloudberry", "Cocunut",
"Cherry", "Cloudberry", "Coconut",
}));
// Write the selected fruits to the terminal