Skip to content

Commit

Permalink
Merge pull request #4 from s-moon/master
Browse files Browse the repository at this point in the history
Small fixes to text
  • Loading branch information
judgej authored Jul 1, 2019
2 parents 99d1700 + 981e67a commit f406d9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion app/Console/Commands/FetchSchedule.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class FetchSchedule extends Command
*
* @var string
*/
protected $description = 'Run all petition job fetches taht meet a names schedule';
protected $description = 'Run all petition job fetches that meet a named schedule';

/**
* Create a new command instance.
Expand Down

0 comments on commit f406d9e

Please sign in to comment.