Skip to content

Commit 0f4eed5

Browse files
committed
Minor reword
1 parent d29202f commit 0f4eed5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/http_kernel.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ below for more details).
567567
There are two main listeners to ``kernel.exception`` when using the
568568
Symfony Framework.
569569

570-
**ExceptionListener in HttpKernel**
570+
**ExceptionListener in the HttpKernel Component**
571571

572572
The first comes core to the HttpKernel component
573573
and is called :class:`Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener`.
@@ -596,10 +596,10 @@ below for more details).
596596
controller to render is passed as a constructor argument to this listener.
597597
This controller will return the final ``Response`` for this error page.
598598

599-
**ExceptionListener in Security**
599+
**ExceptionListener in the Security Component**
600600

601601
The other important listener is the
602-
:class:`Symfony\\Component\\Security\\Http\\Firewall\\ExceptionListener` comes from the Security component.
602+
:class:`Symfony\\Component\\Security\\Http\\Firewall\\ExceptionListener`.
603603
The goal of this listener is to handle security exceptions and, when
604604
appropriate, *help* the user to authenticate (e.g. redirect to the login
605605
page).

0 commit comments

Comments
 (0)