Skip to content

Commit

Permalink
docs: fix typo in REFERENCE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark authored and manast committed May 31, 2022
1 parent 17d9715 commit 478ed16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ backoffStrategies: {

```ts
/**
* Consider these as overloaded functions. Since method overloading doesn't exist in javacript
* bull recognizes the desired function call by checking the parameters' types. Make sure you
* comply with one of the below defined patterns.
* Consider these as overloaded functions. Since method overloading doesn't exist in JavaScript,
* Bull recognizes the desired function call by checking the parameters' types.
* Make sure you comply with one of the below defined patterns.
*
* Note: Concurrency defaults to 1 if not specified.
*/
Expand Down

0 comments on commit 478ed16

Please sign in to comment.