Skip to content

Commit 69aa9e7

Browse files
committed
minor #19434 Small typo fix in Messenger documentation (mathroc)
This PR was submitted for the 7.0 branch but it was merged into the 5.4 branch instead. Discussion ---------- Small typo fix in Messenger documentation <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- efc058d Small typo fix in Messenger documentation
2 parents d8b8b51 + efc058d commit 69aa9e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ different messages to them. For example:
564564
# name: high
565565
#queues:
566566
# messages_high: ~
567-
# or redis try "group"
567+
# for redis try "group"
568568
async_priority_low:
569569
dsn: '%env(MESSENGER_TRANSPORT_DSN)%'
570570
options:

0 commit comments

Comments
 (0)