diff --git a/components/http_kernel.rst b/components/http_kernel.rst index 7689609925b..2dad6b2c392 100644 --- a/components/http_kernel.rst +++ b/components/http_kernel.rst @@ -194,7 +194,7 @@ attributes). When setting a response for the ``kernel.request`` event, the propagation is stopped. This means listeners with lower priority won't be executed. -.. sidebar:: ``kernel.request`` in the Symfony Framework +.. sidebar:: kernel.request in the Symfony Framework The most important listener to ``kernel.request`` in the Symfony Framework is the :class:`Symfony\\Component\\HttpKernel\\EventListener\\RouterListener`.