Skip to content

Commit dc1c49d

Browse files
author
sumit jolly
authored
Update task-scheduling.md
When I was reading the documentation of https://github.com/kelektiv/node-cron#cron-ranges I find that `cron values` are defined as plural inflection. Hence I thought to make it consistent.
1 parent c6e212f commit dc1c49d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/techniques/task-scheduling.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ In the example above, we passed `45 * * * * *` to the decorator. The following k
6666
* * * * * *
6767
| | | | | |
6868
| | | | | day of week
69-
| | | | month
69+
| | | | months
7070
| | | day of month
71-
| | hour
72-
| minute
73-
second (optional)
71+
| | hours
72+
| minutes
73+
seconds (optional)
7474
</code></pre>
7575

7676
Some sample cron patterns are:

0 commit comments

Comments
 (0)