Skip to content

Commit 2bcb6f2

Browse files
Fixing incorrect word in twig:lint command description
1 parent 846df26 commit 2bcb6f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/TwigBundle/Command/LintCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ protected function configure()
2727
{
2828
$this
2929
->setName('twig:lint')
30-
->setDescription('Lints a template and outputs eventual errors')
30+
->setDescription('Lints a template and outputs encountered errors')
3131
->addArgument('filename')
3232
->setHelp(<<<EOF
3333
The <info>%command.name%</info> command lints a template and outputs to stdout

0 commit comments

Comments
 (0)