Skip to content

Commit 4aacf4d

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: some tweaks for the Webhook docs fix headline
2 parents 184f8dc + c6c6ad7 commit 4aacf4d

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

mailer.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ party provider:
272272
273273
.. tip::
274274

275-
Some third party mailers, when using the API, support status callback
275+
Some third party mailers, when using the API, support status callbacks
276276
via webhooks. See the :doc:`Webhook documentation </webhook>` for more
277277
details.
278278

messenger.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ running the ``messenger:consume`` command.
881881

882882
.. _messenger-retries-failures:
883883

884-
Rate limited transport
884+
Rate Limited Transport
885885
~~~~~~~~~~~~~~~~~~~~~~
886886

887887
Sometimes you might need to rate limit your message worker. You can configure a

notifier.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Service Package DSN
104104

105105
.. tip::
106106

107-
Some third party transports, when using the API, support status callback
107+
Some third party transports, when using the API, support status callbacks
108108
via webhooks. See the :doc:`Webhook documentation </webhook>` for more
109109
details.
110110

webhook.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -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

1818
When using a third-party mailer, you can use the Webhook component to receive
1919
webhook 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
2323
routing 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

2828
The 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

136136
The usage of the Webhook component when using a third-party transport in
137137
the 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
============ ==========================================
142142
SMS service Parser service name

0 commit comments

Comments
 (0)