Skip to content

Commit b4ac1b7

Browse files
committed
minor #14920 [Messenger] Replace comma with full stop (sebpacz)
This PR was merged into the 4.4 branch. Discussion ---------- [Messenger] Replace comma with full stop <!-- 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 `5.x` for features of unreleased versions). --> Commits ------- c9f8072 [Messenger] Replace comma with full stop
2 parents 80a7a6c + c9f8072 commit b4ac1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Concepts
5656
which means they can tweak the envelope, by adding stamps to it or even
5757
replacing it, as well as interrupt the middleware chain. Middleware are called
5858
both when a message is originally dispatched and again later when a message
59-
is received from a transport,
59+
is received from a transport.
6060

6161
**Envelope**:
6262
Messenger specific concept, it gives full flexibility inside the message bus,

0 commit comments

Comments
 (0)