File tree
FEBF
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ The ``FrameworkBundle`` registers several listeners:
351
351
352
352
*Event Class *: :class: `Symfony\\ Component\\ HttpKernel\\ Event\\ GetResponseForExceptionEvent `
353
353
354
- ``FrameworkBundle `` registers a
354
+ ``FrameworkBundle `` registers an
355
355
:class: `Symfony\\ Component\\ HttpKernel\\ EventListener\\ ExceptionListener ` that
356
356
forwards the ``Request `` to a given Controller (the value of the
357
357
``exception_listener.controller `` parameter -- must be in the
@@ -413,7 +413,7 @@ used. To make this possible, the Symfony2 kernel throws an event -
413
413
access to the ``Response `` object;
414
414
415
415
* The dispatcher notifies (i.e. calls a method on) all listeners of the
416
- ``kernel.response `` event, allowing each of them to make any modification to
416
+ ``kernel.response `` event, allowing each of them to make modifications to
417
417
the ``Response `` object.
418
418
419
419
.. index ::
You can’t perform that action at this time.
0 commit comments