From 5a3409f2ccd90a16de74f157dbced6ce13bd328f Mon Sep 17 00:00:00 2001 From: Alexandre Daubois Date: Sat, 14 Jan 2023 20:08:05 +0100 Subject: [PATCH] Fix blank space typo --- configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.rst b/configuration.rst index 03a297d0bb0..52109426ceb 100644 --- a/configuration.rst +++ b/configuration.rst @@ -57,7 +57,7 @@ Configuration Formats ~~~~~~~~~~~~~~~~~~~~~ Unlike other frameworks, Symfony doesn't impose a specific format on you to -configure your applications, but lets you choose between YAML, XML and PHP. +configure your applications, but lets you choose between YAML, XML and PHP. Throughout the Symfony documentation, all configuration examples will be shown in these three formats.