Skip to content

Commit

Permalink
🎨 Remove unnecessary period on command description
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Jan 4, 2024
1 parent 9d0687e commit e21f06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Commands/MailTestCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class MailTestCommand extends Command
*
* @var string
*/
protected $description = 'Test the WordPress SMTP mailer.';
protected $description = 'Test the WordPress SMTP mailer';

/**
* The error collection.
Expand Down

0 comments on commit e21f06b

Please sign in to comment.