File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ Consuming messages
158
158
------------------
159
159
160
160
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
162
162
like this:
163
163
164
164
.. code-block :: terminal
@@ -227,7 +227,7 @@ named adapter using your own DSN:
227
227
In addition of being able to route your messages to the ``yours `` sender, this
228
228
will give you access to the following services:
229
229
230
- #. ``messenger.sender.hours ``: the sender.
231
- #. ``messenger.receiver.hours ``: the receiver.
230
+ #. ``messenger.sender.yours ``: the sender.
231
+ #. ``messenger.receiver.yours ``: the receiver.
232
232
233
233
.. _`enqueue's adapter` : https://github.com/sroze/enqueue-bridge
You can’t perform that action at this time.
0 commit comments