From 45397ddab22add65433dfd38564973baa65a78de Mon Sep 17 00:00:00 2001 From: Guilhem N Date: Tue, 17 Apr 2018 21:24:55 +0200 Subject: [PATCH] Typo --- messenger.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messenger.rst b/messenger.rst index 353888a8648..077548b1375 100644 --- a/messenger.rst +++ b/messenger.rst @@ -5,7 +5,7 @@ How to Use the Messenger ======================== Symfony's Messenger provide a message bus and some routing capabilities to send -messages within your application and through adapaters such as message queues. +messages within your application and through adapters such as message queues. Before using it, read the :doc:`Messenger component docs ` to get familiar with its concepts.