mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-11-04 02:25:28 +08:00 
			
		
		
		
	Fix coconut spelling
This commit is contained in:
		@@ -31,7 +31,7 @@ var fruits = AnsiConsole.Prompt(
 | 
				
			|||||||
        .AddChoices(new[] {
 | 
					        .AddChoices(new[] {
 | 
				
			||||||
            "Apple", "Apricot", "Avocado",
 | 
					            "Apple", "Apricot", "Avocado",
 | 
				
			||||||
            "Banana", "Blackcurrant", "Blueberry",
 | 
					            "Banana", "Blackcurrant", "Blueberry",
 | 
				
			||||||
            "Cherry", "Cloudberry", "Cocunut",
 | 
					            "Cherry", "Cloudberry", "Coconut",
 | 
				
			||||||
        }));
 | 
					        }));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Write the selected fruits to the terminal
 | 
					// Write the selected fruits to the terminal
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user