Skip to content

Commit f0f30d3

Browse files
authored
Typo fix in readme
Webhoos 😆
1 parent 3601411 commit f0f30d3

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
@@ -112,7 +112,7 @@ If something goes wrong during the webhook request the thrown exception will be
112112

113113
There are two ways this package enables you to handle webhook requests: you can opt to queue a job or listen to the events the package will fire.
114114

115-
**The package does not handle legacy webhoos, as they have a different schema.** Let me know if this is something that is needed.
115+
**The package does not handle legacy webhooks, as they have a different schema.** Let me know if this is something that is needed.
116116

117117
### Handling webhook requests using jobs
118118
If you want to do something when a specific event type comes in you can define a job that does the work. Here's an example of such a job:

0 commit comments

Comments
 (0)