There was an error while loading. Please reload this page.
1 parent 846df26 commit 2bcb6f2Copy full SHA for 2bcb6f2
src/Symfony/Bundle/TwigBundle/Command/LintCommand.php
@@ -27,7 +27,7 @@ protected function configure()
27
{
28
$this
29
->setName('twig:lint')
30
- ->setDescription('Lints a template and outputs eventual errors')
+ ->setDescription('Lints a template and outputs encountered errors')
31
->addArgument('filename')
32
->setHelp(<<<EOF
33
The <info>%command.name%</info> command lints a template and outputs to stdout
0 commit comments