diff --git a/app/Console/Commands/CreatePetition.php b/app/Console/Commands/CreatePetition.php index eaad353..f9e0433 100644 --- a/app/Console/Commands/CreatePetition.php +++ b/app/Console/Commands/CreatePetition.php @@ -78,7 +78,7 @@ public function handle() if (! $update) { $this->error(sprintf( - 'Petition %d already exists; use the --update flag t0 update it', + 'Petition %d already exists; use the --update flag to update it', $petitionNumber )); return false;