Skip to content

Commit

Permalink
Merge pull request #4 from stephenjude/develop
Browse files Browse the repository at this point in the history
Fix typos on command description
  • Loading branch information
stephenjude authored Jul 31, 2020
2 parents 1082442 + 5e02bbc commit 3617d2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Commands/InterfaceMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class InterfaceMakeCommand extends GeneratorCommand
*
* @var string
*/
protected $description = 'Create a new interface class';
protected $description = 'Create a new interface';

/**
* The type of class being generated.
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/TraitMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class TraitMakeCommand extends GeneratorCommand
*
* @var string
*/
protected $description = 'Create a new Trait';
protected $description = 'Create a new trait';

/**
* The type of class being generated.
Expand Down

0 comments on commit 3617d2b

Please sign in to comment.