Fixing incorrect word in twig:lint command description

This commit is contained in:
Richard Miller 2012-09-16 20:33:46 +01:00
parent 846df269dd
commit 2bcb6f2c9b

View File

@ -27,7 +27,7 @@ class LintCommand extends ContainerAwareCommand
{
$this
->setName('twig:lint')
->setDescription('Lints a template and outputs eventual errors')
->setDescription('Lints a template and outputs encountered errors')
->addArgument('filename')
->setHelp(<<<EOF
The <info>%command.name%</info> command lints a template and outputs to stdout