8000 Fixing missing space in configuration docs · symfony/symfony-docs@5db91a3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5db91a3

Browse files
SkaveRatjaviereguiluz
authored andcommitted
Fixing missing space in configuration docs
1 parent b8f0fe9 commit 5db91a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ readable. These are the main advantages and disadvantages of each format:
6969

7070
* **YAML**: simple, clean and readable, but not all IDEs support autocompletion
7171
and validation for it. :doc:`Learn the YAML syntax </components/yaml/yaml_format>`;
72-
* **XML**:autocompleted/validated by most IDEs and is parsed natively by PHP,
72+
* **XML**: autocompleted/validated by most IDEs and is parsed natively by PHP,
7373
but sometimes it generates configuration considered too verbose. `Learn the XML syntax`_;
7474
* **PHP**: very powerful and it allows you to create dynamic configuration, but the
7575
resulting configuration is less readable than the other formats.

0 commit comments

Comments
 (0)
0