Skip to content

Commit 4340f7b

Browse files
committed
Merge pull request #3161 from bicpi/fix_heading_levels
[Components][HttpKernel] Fix heading levels + typo
2 parents 1eead73 + 1af1ccb commit 4340f7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/http_kernel/introduction.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ will be called after another event - ``kernel.controller`` - is dispatched.
262262
.. _component-http-kernel-kernel-controller:
263263

264264
3) The ``kernel.controller`` event
265-
----------------------------------
265+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
266266

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

302302
4) Getting the Controller Arguments
303-
-----------------------------------
303+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
304304

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

490490
.. _component-http-kernel-kernel-exception:
491491

492-
Handling Exceptions:: the ``kernel.exception`` event
493-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
492+
Handling Exceptions: the ``kernel.exception`` event
493+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
494494

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

0 commit comments

Comments
 (0)