From 81580a1d03c42b674a6ab26ea9e792f10cf00f5f Mon Sep 17 00:00:00 2001 From: Samuel ROZE Date: Fri, 11 May 2018 14:24:37 +0200 Subject: [PATCH] Update some typos --- symfony/messenger/4.1/post-install.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/symfony/messenger/4.1/post-install.txt b/symfony/messenger/4.1/post-install.txt index 7bc68330..d4ea3226 100644 --- a/symfony/messenger/4.1/post-install.txt +++ b/symfony/messenger/4.1/post-install.txt @@ -7,11 +7,11 @@ or typehinting Symfony\Component\Messenger\MessageBusInterface in your code. * If you need to send messages to your broker, you can benefit from the built-in - amqp transport by: + AMQP transport by: - 1. Installing the AMQP pack by running composer require amqp - 2. Uncommenting the MESSENGER_ADAPTER_DSN env var - and `framework.messanger.transports.amqp` config + 1. Installing the AMQP pack by running composer require amqp; + 2. Uncommenting the MESSENGER_ADAPTER_DSN env var + and framework.messanger.transports.amqp config; 3. Routing your messages to the amqp sender. * Read the documentation at https://symfony.com/doc/master/messenger.html