Skip to content

Commit 7925025

Browse files
authored
consistent wording for scheduling docs
all the other examples use the full 'minutes' instead of 'mins'. updating for consistency
1 parent d71abc8 commit 7925025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scheduling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Method | Description
111111
`->everyFifteenMinutes();` | Run the task every fifteen minutes
112112
`->everyThirtyMinutes();` | Run the task every thirty minutes
113113
`->hourly();` | Run the task every hour
114-
`->hourlyAt(17);` | Run the task every hour at 17 mins past the hour
114+
`->hourlyAt(17);` | Run the task every hour at 17 minutes past the hour
115115
`->daily();` | Run the task every day at midnight
116116
`->dailyAt('13:00');` | Run the task every day at 13:00
117117
`->twiceDaily(1, 13);` | Run the task daily at 1:00 & 13:00

0 commit comments

Comments
 (0)