Skip to content

Commit 8e3cd58

Browse files
committed
Minor tweak
1 parent 8120f50 commit 8e3cd58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

messenger.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,9 +1025,9 @@ on a case-by-case basis via the :class:`Symfony\\Component\\Messenger\\Stamp\\Se
10251025

10261026
.. tip::
10271027

1028-
When sending/receiving messages to/from another application, it could be a good
1029-
idea to have more control over the serialization process. Using a custom serializer
1030-
provides that control. See `Symfony Casts' message serializer tutorial`_ for
1028+
When sending/receiving messages to/from another application, you may need
1029+
more control over the serialization process. Using a custom serializer
1030+
provides that control. See `SymfonyCasts' message serializer tutorial`_ for
10311031
details.
10321032

10331033
Customizing Handlers
@@ -1521,4 +1521,4 @@ Learn more
15211521
.. _`Enqueue's transport`: https://github.com/sroze/messenger-enqueue-transport
15221522
.. _`streams`: https://redis.io/topics/streams-intro
15231523
.. _`Supervisor docs`: http://supervisord.org/
1524-
.. _`Symfony Casts' message serializer tutorial`: https://symfonycasts.com/screencast/messenger/transport-serializer
1524+
.. _`SymfonyCasts' message serializer tutorial`: https://symfonycasts.com/screencast/messenger/transport-serializer

0 commit comments

Comments
 (0)