We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71abc8 commit 7925025Copy full SHA for 7925025
scheduling.md
@@ -111,7 +111,7 @@ Method | Description
111
`->everyFifteenMinutes();` | Run the task every fifteen minutes
112
`->everyThirtyMinutes();` | Run the task every thirty minutes
113
`->hourly();` | Run the task every hour
114
-`->hourlyAt(17);` | Run the task every hour at 17 mins past the hour
+`->hourlyAt(17);` | Run the task every hour at 17 minutes past the hour
115
`->daily();` | Run the task every day at midnight
116
`->dailyAt('13:00');` | Run the task every day at 13:00
117
`->twiceDaily(1, 13);` | Run the task daily at 1:00 & 13:00
0 commit comments