Skip to content

Commit

Permalink
Merge pull request #1677 from hydephp/fix-command-description-wording
Browse files Browse the repository at this point in the history
Fix command description wording
  • Loading branch information
caendesilva committed Apr 25, 2024
2 parents 2a56552 + ce03981 commit c38b6c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class BuildSitemapCommand extends Command
protected $signature = 'build:sitemap';

/** @var string */
protected $description = 'Generate the sitemap.xml';
protected $description = 'Generate the sitemap.xml file';

public function handle(): int
{
Expand Down

0 comments on commit c38b6c2

Please sign in to comment.