Skip to content

Commit f314a41

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: some tweaks for the Webhook docs fix headline
2 parents e71a487 + 4aacf4d commit f314a41

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
@@ -279,7 +279,7 @@ party provider:
279279
280280
.. tip::
281281

282-
Some third party mailers, when using the API, support status callback
282+
Some third party mailers, when using the API, support status callbacks
283283
via webhooks. See the :doc:`Webhook documentation </webhook>` for more
284284
details.
285285

messenger.rst

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

893893
.. _messenger-retries-failures:
894894

895-
Rate limited transport
895+
Rate Limited Transport
896896
~~~~~~~~~~~~~~~~~~~~~~
897897

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

notifier.rst

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

106106
.. tip::
107107

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

webhook.rst

Lines changed: 6 additions & 6 deletions
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)