Skip to content

Commit

Permalink
Merge pull request #5098 from strapi/fix/5092
Browse files Browse the repository at this point in the history
Fix cron reference documentation
  • Loading branch information
alexandrebodin committed Jan 27, 2020
2 parents 9383be5 + a8fbcca commit b37b62b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* to run scheduled jobs.
*
* The cron format consists of:
* [MINUTE] [HOUR] [DAY OF MONTH] [MONTH OF YEAR] [DAY OF WEEK] [YEAR (optional)]
* [SECOND (optional)] [MINUTE] [HOUR] [DAY OF MONTH] [MONTH OF YEAR] [DAY OF WEEK]
*
* See more details here: https://strapi.io/documentation/3.0.0-beta.x/concepts/configurations.html#cron-tasks
*/
Expand Down

0 comments on commit b37b62b

Please sign in to comment.