Skip to content

Commit 832ef4f

Browse files
committed
Fix typo
1 parent 5f383e4 commit 832ef4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/YamlLintCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
class YamlLintCommand extends BaseLintCommand
2525
{
2626
protected static $defaultName = 'lint:yaml';
27-
protected static $defaultDescription = 'Lints a YAML file and outputs encountered errors';
27+
protected static $defaultDescription = 'Lint a YAML file and outputs encountered errors';
2828

2929
public function __construct()
3030
{

0 commit comments

Comments
 (0)