Skip to content

Commit c6c6ad7

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: some tweaks for the Webhook docs fix headline
2 parents 47fdf40 + a9e847b commit c6c6ad7

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

mailer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ party provider:
291291
292292
.. tip::
293293

294-
Some third party mailers, when using the API, support status callback
294+
Some third party mailers, when using the API, support status callbacks
295295
via webhooks. See the :doc:`Webhook documentation </webhook>` for more
296296
details.
297297

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ running the ``messenger:consume`` command.
904904

905905
.. _messenger-retries-failures:
906906

907-
Rate limited transport
907+
Rate Limited Transport
908908
~~~~~~~~~~~~~~~~~~~~~~
909909

910910
.. versionadded:: 6.2

notifier.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Service Package DSN
130130

131131
.. tip::
132132

133-
Some third party transports, when using the API, support status callback
133+
Some third party transports, when using the API, support status callbacks
134134
via webhooks. See the :doc:`Webhook documentation </webhook>` for more
135135
details.
136136

webhook.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ Installation
1616
1717
$ composer require symfony/webhook
1818
19-
Usage in combination with the Mailer component
19+
Usage in Combination with the Mailer Component
2020
----------------------------------------------
2121

2222
When using a third-party mailer, you can use the Webhook component to receive
2323
webhook calls from the third-party mailer.
2424

25-
In this example Mailgun is used with ``'mailer_mailgun'`` as webhook type.
26-
Any type name can be used as long as it's unique. Make sure to use it in the
25+
In this example Mailgun is used with ``'mailer_mailgun'`` as the webhook type.
26+
Any type name can be used as long as it is unique. Make sure to use it in the
2727
routing configuration, the webhook URL and the RemoteEvent consumer.
2828

29-
Install the third party mailer as described in the documentation of the
29+
Install the third-party mailer as described in the documentation of the
3030
:ref:`Mailer component <mailer_3rd_party_transport>`.
3131

3232
The Webhook component routing needs to be defined:
@@ -142,13 +142,13 @@ With this done, you can now add a RemoteEvent consumer to react to the webhooks:
142142
}
143143
}
144144

145-
Usage in combination with the Notifier component
145+
Usage in Combination with the Notifier Component
146146
------------------------------------------------
147147

148148
The usage of the Webhook component when using a third-party transport in
149149
the Notifier is very similar to the usage with the Mailer.
150150

151-
Currently, the following third-party sms transports support webhooks:
151+
Currently, the following third-party SMS transports support webhooks:
152152

153153
============ ==========================================
154154
SMS service Parser service name

0 commit comments

Comments
 (0)