From 5db91a3b0c46f439e0683f74138eda1380146273 Mon Sep 17 00:00:00 2001 From: SkaveRat Date: Mon, 22 Nov 2021 12:34:03 +0100 Subject: [PATCH] Fixing missing space in configuration docs --- configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.rst b/configuration.rst index 0533334074c..80f93e2025e 100644 --- a/configuration.rst +++ b/configuration.rst @@ -69,7 +69,7 @@ readable. These are the main advantages and disadvantages of each format: * **YAML**: simple, clean and readable, but not all IDEs support autocompletion and validation for it. :doc:`Learn the YAML syntax `; -* **XML**:autocompleted/validated by most IDEs and is parsed natively by PHP, +* **XML**: autocompleted/validated by most IDEs and is parsed natively by PHP, but sometimes it generates configuration considered too verbose. `Learn the XML syntax`_; * **PHP**: very powerful and it allows you to create dynamic configuration, but the resulting configuration is less readable than the other formats.