Skip to content

Commit

Permalink
Update command description to be better worded hydephp/develop@8dff4cf
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 14, 2023
1 parent 6c463f4 commit d99d84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Commands/BuildSearchCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class BuildSearchCommand extends Command
protected $signature = 'build:search';

/** @var string */
protected $description = 'Generate the docs/search.json';
protected $description = 'Generate the documentation search index';

public function handle(): int
{
Expand Down

0 comments on commit d99d84d

Please sign in to comment.