Skip to content

Commit 9cb894b

Browse files
authored
Fix typos into messenger doc
1 parent 3fe1b2a commit 9cb894b

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)