Skip to content

Commit

Permalink
Update REFERENCE.md (#1668)
Browse files Browse the repository at this point in the history
docs: correct spelling of milliseconds
  • Loading branch information
Akintunde102 committed Mar 21, 2020
1 parent b06f4b2 commit dbe2549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion REFERENCE.md
Expand Up @@ -250,7 +250,7 @@ interface JobOpts {
priority: number; // Optional priority value. ranges from 1 (highest priority) to MAX_INT (lowest priority). Note that
// using priorities has a slight impact on performance, so do not use it if not required.

delay: number; // An amount of miliseconds to wait until this job can be processed. Note that for accurate delays, both
delay: number; // An amount of milliseconds to wait until this job can be processed. Note that for accurate delays, both
// server and clients should have their clocks synchronized. [optional].

attempts: number; // The total number of attempts to try the job until it completes.
Expand Down

0 comments on commit dbe2549

Please sign in to comment.