Skip to content

Commit 1e325b0

Browse files
committed
Fix a typo in the symfony/messenger post install text
1 parent 43ff333 commit 1e325b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/messenger/4.1/post-install.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
1. Installing the AMQP pack by running <info>composer require amqp</>;
1313
2. Uncommenting the <comment>MESSENGER_TRANSPORT_DSN</> env var
14-
and <comment>framework.messanger.transports.amqp</> config;
14+
and <comment>framework.messenger.transports.amqp</> config;
1515
3. Routing your messages to the amqp sender.
1616

1717
* <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc/master/messenger.html</>

0 commit comments

Comments
 (0)