diff --git a/src/Spectre.Console/Prompts/MultiSelectionPrompt.cs b/src/Spectre.Console/Prompts/MultiSelectionPrompt.cs index 8b92b16..69eef59 100644 --- a/src/Spectre.Console/Prompts/MultiSelectionPrompt.cs +++ b/src/Spectre.Console/Prompts/MultiSelectionPrompt.cs @@ -122,7 +122,7 @@ namespace Spectre.Console var promptItem = Tree.Find(item); if (promptItem == null) { - throw new ArgumentOutOfRangeException(nameof(item), "item not found in tree."); + throw new ArgumentOutOfRangeException(nameof(item), "Item not found in tree."); } var parents = new List>();