From 6b06e85b979a2197c1b1cc64149389271cc7c357 Mon Sep 17 00:00:00 2001 From: Dale Nash Date: Thu, 21 Oct 2021 14:13:06 +0100 Subject: [PATCH] Remove extra backticks from sidebar header --- components/http_kernel.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.