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.