Skip to content

[Components][HttpKernel] Fix heading levels + typo #3161

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 6, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions components/http_kernel/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ will be called after another event - ``kernel.controller`` - is dispatched.
.. _component-http-kernel-kernel-controller:

3) The ``kernel.controller`` event
----------------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

**Typical Purposes**: Initialize things or change the controller just before
the controller is executed.
Expand Down Expand Up @@ -300,7 +300,7 @@ on the event object that's passed to listeners on this event.
next section to see why this is important.

4) Getting the Controller Arguments
-----------------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Next, ``HttpKernel::handle`` calls
:method:`Symfony\\Component\\HttpKernel\\Controller\\ControllerResolverInterface::getArguments`.
Expand Down Expand Up @@ -489,8 +489,8 @@ as possible to the client (e.g. sending emails).

.. _component-http-kernel-kernel-exception:

Handling Exceptions:: the ``kernel.exception`` event
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Handling Exceptions: the ``kernel.exception`` event
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

**Typical Purposes**: Handle some type of exception and create an appropriate
``Response`` to return for the exception
Expand Down