diff --git a/src/classes/job.ts b/src/classes/job.ts index 780005fc0a..531839e62c 100644 --- a/src/classes/job.ts +++ b/src/classes/job.ts @@ -1147,7 +1147,7 @@ export class Job< /** * Moves the job to the delay set. * - * @param timestamp - timestamp where the job should be moved back to "wait" + * @param timestamp - timestamp when the job should be moved back to "wait" * @param token - token to check job is locked by current worker * @returns */