Skip to content

Commit

Permalink
Improved did you mean message
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jul 16, 2014
1 parent b18a665 commit bcfe2a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public void onCommandNotFound(String line, UIContext context)
}
else
{
output.out().println("Did you mean any of these?");
output.out().println("Did you mean one of these?");
}
for (String plugin : similarCommands)
{
Expand Down

0 comments on commit bcfe2a8

Please sign in to comment.