Skip to content

Commit 1b79d96

Browse files
Update content/techniques/task-scheduling.md
1 parent 1912eb3 commit 1b79d96

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 the followings 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)