From 1e325b009fdf2a7f48ec01460fa395e4b65189fc Mon Sep 17 00:00:00 2001 From: Dave Heineman Date: Thu, 30 Aug 2018 16:32:01 +0200 Subject: [PATCH] Fix a typo in the symfony/messenger post install text --- symfony/messenger/4.1/post-install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/messenger/4.1/post-install.txt b/symfony/messenger/4.1/post-install.txt index 71c4ff5a..037d25ce 100644 --- a/symfony/messenger/4.1/post-install.txt +++ b/symfony/messenger/4.1/post-install.txt @@ -11,7 +11,7 @@ 1. Installing the AMQP pack by running composer require amqp; 2. Uncommenting the MESSENGER_TRANSPORT_DSN env var - and framework.messanger.transports.amqp config; + and framework.messenger.transports.amqp config; 3. Routing your messages to the amqp sender. * Read the documentation at https://symfony.com/doc/master/messenger.html