Skip to content

Commit 79c72be

Browse files
committed
minor #9653 Fix typos in messenger doc (Tobion)
This PR was merged into the master branch. Discussion ---------- Fix typos in messenger doc <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 9cb894b Fix typos into messenger doc
2 parents 950afc1 + 9cb894b commit 79c72be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

messenger.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Consuming messages
158158
------------------
159159

160160
Once your messages have been routed, you will like to consume your messages in most
161-
of the cases. Do to so, you can use the ``messenger:consume-messages`` command
161+
of the cases. To do so, you can use the ``messenger:consume-messages`` command
162162
like this:
163163

164164
.. code-block:: terminal
@@ -227,7 +227,7 @@ named adapter using your own DSN:
227227
In addition of being able to route your messages to the ``yours`` sender, this
228228
will give you access to the following services:
229229

230-
#. ``messenger.sender.hours``: the sender.
231-
#. ``messenger.receiver.hours``: the receiver.
230+
#. ``messenger.sender.yours``: the sender.
231+
#. ``messenger.receiver.yours``: the receiver.
232232

233233
.. _`enqueue's adapter`: https://github.com/sroze/enqueue-bridge

0 commit comments

Comments
 (0)