Skip to content

Commit

Permalink
Fixed minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Hersam committed Jan 23, 2015
1 parent c0bbe82 commit 4a83b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artisan.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Let's look at a few more scheduling examples:

$schedule->command('foo')->twiceDaily();

#### Job The Runs Every Weekday
#### Job That Runs Every Weekday

$schedule->command('foo')->weekdays();

Expand Down

0 comments on commit 4a83b82

Please sign in to comment.