From 2ea547511e18f9a2eadb8f68ea9566cbde563a99 Mon Sep 17 00:00:00 2001 From: Al-Saleh KEITA <28827545+askeita@users.noreply.github.com> Date: Tue, 14 Sep 2021 07:20:45 +0200 Subject: [PATCH] Corrected typo in error_pages.rst Removed extra comma before "event" word. --- controller/error_pages.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/error_pages.rst b/controller/error_pages.rst index 04a1ee4e09b..a94294573a0 100644 --- a/controller/error_pages.rst +++ b/controller/error_pages.rst @@ -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.