Skip to content

Commit 5d22328

Browse files
committed
minor #9615 [Messenger] Typo (GuilhemN)
This PR was merged into the master branch. Discussion ---------- [Messenger] Typo <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap 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 `master` for features of unreleased versions). --> Small typo :) Commits ------- 45397dd Typo
2 parents f8e84ec + 45397dd commit 5d22328

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
@@ -5,7 +5,7 @@ How to Use the Messenger
55
========================
66

77
Symfony's Messenger provide a message bus and some routing capabilities to send
8-
messages within your application and through adapaters such as message queues.
8+
messages within your application and through adapters such as message queues.
99
Before using it, read the :doc:`Messenger component docs </components/messenger>`
1010
to get familiar with its concepts.
1111

0 commit comments

Comments
 (0)