Skip to content

Commit 4058eb0

Browse files
Update content/techniques/task-scheduling.md
1 parent 0447033 commit 4058eb0

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
@@ -147,7 +147,7 @@ Also, you can supply additional options as the second parameter to the `@Cron()`
147147
<tr>
148148
<td><code>waitForCompletion</code></td>
149149
<td>
150-
If <code>true</code>, no additional instances of cronjob will run until the current onTick callback has completed. Any new scheduled executions that occur while the current cronjob is running will be skipped entirely.
150+
If <code>true</code>, no additional instances of the cron job will run until the current onTick callback has been completed. Any new scheduled executions that occur while the current cron job is running will be skipped entirely.
151151
</td>
152152
</tr>
153153
<tr>

0 commit comments

Comments
 (0)