Skip to content

Commit

Permalink
Fix typo in doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
pablothedude committed Dec 9, 2024
1 parent f0a1b14 commit 83ef80e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
}

if ($availableProjectors === []) {
$output->writeln('<error>There are no projectors configured to reply events for</error>');
$output->writeln('<error>There are no projectors configured to replay events for</error>');

return 1;
}
Expand Down

0 comments on commit 83ef80e

Please sign in to comment.