Skip to content

Commit cc135c8

Browse files
EugZoldefunkt
authored andcommitted
fixed typo in docs/HOOKS.md
1 parent ca4f63d commit cc135c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/HOOKS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ An unnamed hook (`before_perform`) will be executed first.
6666

6767
The available hooks are:
6868

69-
* `before _enqueue`: Called with the job args before a job is placed on the queue.
69+
* `before_enqueue`: Called with the job args before a job is placed on the queue.
7070
If the hook returns `false`, the job will not be placed on the queue.
7171

7272
* `after_enqueue`: Called with the job args after a job is placed on the queue.

0 commit comments

Comments
 (0)