Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMikes authored and f3l1x committed Sep 4, 2023
1 parent 7c53e38 commit 047ca78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ messenger:
dsn: doctrine://postgres:password@localhost:5432?queue_name=failed
# Defines routing (message -> transport)
# If the routing for message is missing, the message will be handler by handler immediately when dispatched
# If the routing for message is missing, the message will be handled by handler immediately when dispatched
routing:
App\Domain\NewUserEmail: [redis]
App\Domain\ForgotPasswordEmail: [db, redis]
Expand Down

0 comments on commit 047ca78

Please sign in to comment.