Skip to content

Commit 81580a1

Browse files
committed
Update some typos
1 parent e0988a5 commit 81580a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

symfony/messenger/4.1/post-install.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
or typehinting <info>Symfony\Component\Messenger\MessageBusInterface</info> in your code.
88

99
* If you need to send messages to your broker, you can benefit from the built-in
10-
amqp transport by:
10+
AMQP transport by:
1111

12-
1. Installing the AMQP pack by running <info>composer require amqp</>
13-
2. Uncommenting the <comment> MESSENGER_ADAPTER_DSN</> env var
14-
and `framework.messanger.transports.amqp` config
12+
1. Installing the AMQP pack by running <info>composer require amqp</>;
13+
2. Uncommenting the <comment>MESSENGER_ADAPTER_DSN</> env var
14+
and <comment>framework.messanger.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)