Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sitepark-veltrup committed Apr 29, 2024
1 parent 7691a83 commit e2a0f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Command/MoreLikeThis.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function __construct(
protected function configure(): void
{
$this
->setHelp('Command to performs a more-like-this search')
->setHelp('Command to perform a more-like-this search')
->addArgument(
'location',
InputArgument::REQUIRED,
Expand Down

0 comments on commit e2a0f29

Please sign in to comment.