Skip to content

Commit

Permalink
Merge pull request #1 from s-moon/s-moon-patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
s-moon authored Jul 1, 2019
2 parents e582fa0 + dff2eeb commit 981e67a
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 981e67a

Please sign in to comment.