Skip to content

Commit f4f0bda

Browse files
committed
Fixed missing sentence end in doc
1 parent c10eb26 commit f4f0bda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/docs/bridges/symfony-messenger.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ You will end with something like:
5050
How to configure different transport for your jobs?
5151
------------------------------------------------------------
5252

53-
On some projects, you will end with different messenger transports, and will want to run
53+
On some projects, you will end with different messenger transports,
54+
and will not want to run all jobs on the same transport.
5455

5556
| Because we are using the same message class for all jobs, there is no way to configure this in Symfony.
5657
| Instead, you will have to configure a job name to transport routing, in our side of the configuration.

0 commit comments

Comments
 (0)