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