Skip to content

Commit 95f4f07

Browse files
committed
Fix typo
1 parent 6138f4e commit 95f4f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ JOBS = {
5454

5555
#### Failure Hooks
5656
When an unhandled exception is raised by a job, a failure hook will be called if one exists enabling
57-
you to clean up any state left behind by your failed job. Failure hook are run in your worker process (if your job fails).
57+
you to clean up any state left behind by your failed job. Failure hooks are run in your worker process (if your job fails).
5858

5959
A failure hook receives the failed `Job` instance along with the unhandled exception raised by your failed job as its arguments. Here's an example:
6060

0 commit comments

Comments
 (0)