Skip to content

Commit b30d327

Browse files
committed
minor symfony#13925 [Messenger] Update messenger.rst (LiLinen)
This PR was merged into the 4.4 branch. Discussion ---------- [Messenger] Update messenger.rst Fix plural form issue: "send messages to multiple transport" to "multiple transports". Commits ------- 3b9b881 [Messenger] Update messenger.rst
2 parents fe45bf4 + 3b9b881 commit b30d327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ transport and its handler(s) will *not* be called immediately. Any messages not
255255
matched under ``routing`` will still be handled immediately.
256256

257257
You can also route classes by their parent class or interface. Or send messages
258-
to multiple transport:
258+
to multiple transports:
259259

260260
.. configuration-block::
261261

0 commit comments

Comments
 (0)