Skip to content

Commit 0c0b7a2

Browse files
committed
minor #15812 Corrected typo in error_pages.rst (askeita)
This PR was merged into the 5.3 branch. Discussion ---------- Corrected typo in error_pages.rst Removed extra comma before "event" word. <!-- 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 ------- 2ea5475 Corrected typo in error_pages.rst
2 parents 663e74a + 2ea5475 commit 0c0b7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/error_pages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ error pages.
319319
.. note::
320320

321321
If your listener calls ``setThrowable()`` on the
322-
:class:`Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent`,
322+
:class:`Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent`
323323
event, propagation will be stopped and the response will be sent to
324324
the client.
325325

0 commit comments

Comments
 (0)