Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gehrisandro committed Sep 20, 2024
1 parent 33782fe commit a1ce5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugins/Mutate.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public function addOutput(int $exitCode): int
' <fg=gray>pest --mutate --parallel --everything --covered-only</>',
]);

$this->output->writeln(['', ' However, we recommend using the `covers()` function or the `mutates` function for better performance, and keep tracking of your mutation testing score over time.']);
$this->output->writeln(['', ' However, we recommend using the `covers()` function or the `mutates()` function for better performance, and keep tracking of your mutation testing score over time.']);

return 1;
}
Expand Down

0 comments on commit a1ce5b5

Please sign in to comment.