Skip to content

Commit e57046b

Browse files
Merge pull request #2836 from Tony133/docs/improvements-description-cron-decorator
docs(task-scheduling): improvements description cron decorator
2 parents 1ff75ef + a9c6885 commit e57046b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/task-scheduling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class TasksService {
5353

5454
In this example, the `handleCron()` method will be called each time the current second is `45`. In other words, the method will be run once per minute, at the 45 second mark.
5555

56-
The `@Cron()` decorator supports all standard [cron patterns](http://crontab.org/):
56+
The `@Cron()` decorator supports the following standard [cron patterns](http://crontab.org/):
5757

5858
- Asterisk (e.g. `*`)
5959
- Ranges (e.g. `1-3,5`)

0 commit comments

Comments
 (0)