Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
s-moon authored Jun 27, 2019
1 parent 99d1700 commit dff2eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Commands/CreatePetition.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit dff2eeb

Please sign in to comment.