diff --git a/src/Console/Command/MoreLikeThis.php b/src/Console/Command/MoreLikeThis.php index 79ddf37..09d74d8 100644 --- a/src/Console/Command/MoreLikeThis.php +++ b/src/Console/Command/MoreLikeThis.php @@ -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,