Skip to content

Commit d6477ee

Browse files
docs(job): fix typo occured -> occurred in JSDoc (#4018)
1 parent 37603d6 commit d6477ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/classes/job.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ export class Job<
10831083

10841084
/**
10851085
* Retrieves the failures of child jobs that were explicitly ignored while using ignoreDependencyOnFailure option.
1086-
* This method is useful for inspecting which child jobs were intentionally ignored when an error occured.
1086+
* This method is useful for inspecting which child jobs were intentionally ignored when an error occurred.
10871087
* @see {@link https://docs.bullmq.io/guide/flows/ignore-dependency}
10881088
*
10891089
* @returns Object mapping children job keys with their failure values.

0 commit comments

Comments
 (0)