Skip to content

Commit 740cc29

Browse files
committed
slightly clarify command descriptions
1 parent f816367 commit 740cc29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Command/XliffLintCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
class XliffLintCommand extends BaseLintCommand
2626
{
2727
protected static $defaultName = 'lint:xliff';
28-
protected static $defaultDescription = 'Lints a XLIFF file and outputs encountered errors';
28+
protected static $defaultDescription = 'Lints an XLIFF file and outputs encountered errors';
2929

3030
public function __construct()
3131
{

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 file and outputs encountered errors';
27+
protected static $defaultDescription = 'Lints a YAML file and outputs encountered errors';
2828

2929
public function __construct()
3030
{

0 commit comments

Comments
 (0)