[FrameworkBundle] improve English in RouterMatchCommand

This commit is contained in:
Douglas Greenshields 2014-04-21 15:42:14 +01:00
parent ba55b1ed18
commit dd26d1e50a
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ EOF
}
if (!$matches) {
$output->writeln('<fg=red>None of the routes matches</>');
$output->writeln('<fg=red>None of the routes match</>');
return 1;
}