Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMikes committed Aug 6, 2023
1 parent b4f3dbc commit fa6d3af
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 @@ -171,7 +171,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 fa6d3af

Please sign in to comment.