Skip to content

Commit b003eaf

Browse files
committed
Minor reword
1 parent cb9c808 commit b003eaf

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

notifier.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -273,19 +273,19 @@ Service Package D
273273

274274
.. caution::
275275

276-
If you have the messenger component installed, the default component
277-
configuration implies sending notifications through the MessageBus.
278-
If you don't have a message consumer running, messages will never be sent.
279-
To send messages directly via the transport, add the following line to the configuration.
276+
By default, if you have the :doc:`Messenger component </messenger>` installed,
277+
the notifications will be sent through the MessageBus. If you don't have a
278+
message consumer running, messages will never be sent.
280279

281-
.. configuration-block::
280+
To change this behavior, add the following configuration to send messages
281+
directly via the transport:
282282

283-
.. code-block:: yaml
283+
.. code-block:: yaml
284284
285-
# config/packages/notifier.yaml
286-
framework:
287-
notifier:
288-
message_bus: false
285+
# config/packages/notifier.yaml
286+
framework:
287+
notifier:
288+
message_bus: false
289289
290290
Chatters are configured using the ``chatter_transports`` setting:
291291

0 commit comments

Comments
 (0)