8000 Merge pull request #710 from mdpatrick/a_an_error_in_internals · web-dev/symfony-docs@a7ba561 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit a7ba561

Browse files
committed
Merge pull request symfony#710 from mdpatrick/a_an_error_in_internals
A/an error in internals
2 parents 2c06c54 + 676d511 commit a7ba561

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/internals.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ The ``FrameworkBundle`` registers several listeners:
351351

352352
*Event Class*: :class:`Symfony\\Component\\HttpKernel\\Event\\GetResponseForExceptionEvent`
353353

354-
``FrameworkBundle`` registers a
354+
``FrameworkBundle`` registers an
355355
:class:`Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener` that
356356
forwards the ``Request`` to a given Controller (the value of the
357357
``exception_listener.controller`` parameter -- must be in the
@@ -413,7 +413,7 @@ used. To make this possible, the Symfony2 kernel throws an event -
413413
access to the ``Response`` object;
414414

415415
* 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
417417
the ``Response`` object.
418418

419419
.. index::

0 commit comments

Comments
 (0)
0