From d2924f540e41c7eab757de8c911f3cc2119aab9a Mon Sep 17 00:00:00 2001 From: Antoine Lamirault Date: Wed, 18 Jan 2023 00:01:25 +0100 Subject: [PATCH] Remove extra space before parenthesis --- bundles/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/configuration.rst b/bundles/configuration.rst index c49e53e9987..007ad99759f 100644 --- a/bundles/configuration.rst +++ b/bundles/configuration.rst @@ -104,7 +104,7 @@ load correct services and parameters inside an "Extension" class. The root key of your bundle configuration (``acme_social`` in the previous example) is automatically determined from your bundle name (it's the - `snake case`_ of the bundle name without the ``Bundle`` suffix ). + `snake case`_ of the bundle name without the ``Bundle`` suffix). .. seealso::