Skip to content

Commit

Permalink
Corrected typo in error_pages.rst
Browse files Browse the repository at this point in the history
Removed extra comma before "event" word.
  • Loading branch information
askeita authored Sep 14, 2021
1 parent 7bd0cd0 commit 2ea5475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/error_pages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ error pages.
.. note::

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

Expand Down

0 comments on commit 2ea5475

Please sign in to comment.