@@ -12,17 +12,17 @@ Installation
1212
1313 $ composer require symfony/webhook
1414
15- Usage in combination with the Mailer component
15+ Usage in Combination with the Mailer Component
1616----------------------------------------------
1717
1818When using a third-party mailer, you can use the Webhook component to receive
1919webhook calls from the third-party mailer.
2020
21- In this example Mailgun is used with ``'mailer_mailgun' `` as webhook type.
22- Any type name can be used as long as it's unique. Make sure to use it in the
21+ In this example Mailgun is used with ``'mailer_mailgun' `` as the webhook type.
22+ Any type name can be used as long as it is unique. Make sure to use it in the
2323routing configuration, the webhook URL and the RemoteEvent consumer.
2424
25- Install the third party mailer as described in the documentation of the
25+ Install the third- party mailer as described in the documentation of the
2626:ref: `Mailer component <mailer_3rd_party_transport >`.
2727
2828The Webhook component routing needs to be defined:
@@ -130,13 +130,13 @@ With this done, you can now add a RemoteEvent consumer to react to the webhooks:
130130 }
131131 }
132132
133- Usage in combination with the Notifier component
133+ Usage in Combination with the Notifier Component
134134------------------------------------------------
135135
136136The usage of the Webhook component when using a third-party transport in
137137the Notifier is very similar to the usage with the Mailer.
138138
139- Currently, the following third-party sms transports support webhooks:
139+ Currently, the following third-party SMS transports support webhooks:
140140
141141============ ==========================================
142142SMS service Parser service name
0 commit comments