Skip to content

Commit dce0577

Browse files
Fix typo in component and server
1 parent 53063e1 commit dce0577

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

messenger.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ This is enough to allow you to route your message to the ``amqp`` transport.
212212
.. note::
213213

214214
In order to use Symfony's built-in AMQP transport, you will need the AMQP
215-
PHP extension and the Serializer Component. Ensure that they are installed with:
215+
PHP extension and the Serializer component. Ensure that they are installed with:
216216

217217
.. code-block:: terminal
218218
@@ -241,7 +241,7 @@ to achieve this:
241241
.. note::
242242

243243
In order to use Symfony's built-in Redis transport, you will need the Redis
244-
PHP extension (^4.2), a running Redis Server (^5.0) and the Serializer Component.
244+
PHP extension (^4.2), a running Redis server (^5.0) and the Serializer component.
245245

246246
Routing
247247
-------

0 commit comments

Comments
 (0)