We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3601411 + f0f30d3 commit 3139078Copy full SHA for 3139078
README.md
@@ -112,7 +112,7 @@ If something goes wrong during the webhook request the thrown exception will be
112
113
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.
114
115
-**The package does not handle legacy webhoos, as they have a different schema.** Let me know if this is something that is needed.
+**The package does not handle legacy webhooks, as they have a different schema.** Let me know if this is something that is needed.
116
117
### Handling webhook requests using jobs
118
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