mirror of
https://github.com/OptimalBits/bull.git
synced 2026-07-02 08:27:43 +08:00
chore: fix typo "occured" -> "occurred" in index.d.ts
This commit is contained in:
committed by
Manuel Astudillo
parent
2bcbf9a13b
commit
73d0655069
Vendored
+1
-1
@@ -989,7 +989,7 @@ declare namespace Bull {
|
|||||||
on(event: string, callback: (...args: any[]) => void): this;
|
on(event: string, callback: (...args: any[]) => void): this;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An error occured
|
* An error occurred
|
||||||
*/
|
*/
|
||||||
on(event: 'error', callback: ErrorEventCallback): this;
|
on(event: 'error', callback: ErrorEventCallback): this;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user