Skip to content

Commit 8797d07

Browse files
committed
Tweak
1 parent 07006eb commit 8797d07

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
@@ -165,8 +165,8 @@ Here are some important envelope stamps that are shipped with the Symfony Messen
165165

166166
The :class:`Symfony\\Component\\Messenger\\Stamp\\ErrorDetailsStamp` stamp
167167
contains a :class:`Symfony\\Component\\ErrorHandler\\Exception\\FlattenException`,
168-
which is a representation of the exception that made the message failed. This
169-
exception can be retrieved with the
168+
which is a representation of the exception that made the message fail. You can
169+
get this exception with the
170170
:method:`Symfony\\Component\\Messenger\\Stamp\\ErrorDetailsStamp::getFlattenException`
171171
method. This exception is normalized thanks to the
172172
:class:`Symfony\\Component\\Messenger\\Transport\\Serialization\\Normalizer\\FlattenExceptionNormalizer`

0 commit comments

Comments
 (0)