From 9cb894b8d306390d7387d06f313c4ff155726d91 Mon Sep 17 00:00:00 2001 From: Tobias Schultze Date: Sat, 21 Apr 2018 19:40:15 +0200 Subject: [PATCH] Fix typos into messenger doc --- messenger.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/messenger.rst b/messenger.rst index 077548b1375..94cfb9a63b3 100644 --- a/messenger.rst +++ b/messenger.rst @@ -158,7 +158,7 @@ Consuming messages ------------------ Once your messages have been routed, you will like to consume your messages in most -of the cases. Do to so, you can use the ``messenger:consume-messages`` command +of the cases. To do so, you can use the ``messenger:consume-messages`` command like this: .. code-block:: terminal @@ -227,7 +227,7 @@ named adapter using your own DSN: In addition of being able to route your messages to the ``yours`` sender, this will give you access to the following services: -#. ``messenger.sender.hours``: the sender. -#. ``messenger.receiver.hours``: the receiver. +#. ``messenger.sender.yours``: the sender. +#. ``messenger.receiver.yours``: the receiver. .. _`enqueue's adapter`: https://github.com/sroze/enqueue-bridge