Skip to content

Commit 8c8b4c1

Browse files
committed
minor #13237 Update messenger.rst (Yohann76)
This PR was submitted for the 5.0 branch but it was merged into the 4.4 branch instead (closes #13237). Discussion ---------- Update messenger.rst formating improve <!-- 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). --> Commits ------- 73e088c Update messenger.rst
2 parents 00d6407 + 73e088c commit 8c8b4c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/messenger.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ Concepts
5858
both when a message is originally dispatched and again later when a message
5959
is received from a transport,
6060

61-
**Envelope**
61+
**Envelope**:
6262
Messenger specific concept, it gives full flexibility inside the message bus,
6363
by wrapping the messages into it, allowing to add useful information inside
6464
through *envelope stamps*.
6565

66-
**Envelope Stamps**
66+
**Envelope Stamps**:
6767
Piece of information you need to attach to your message: serializer context
6868
to use for transport, markers identifying a received message or any sort of
6969
metadata your middleware or transport layer may use.

0 commit comments

Comments
 (0)