8000 minor #16139 [Config] Fixing missing space in configuration docs (Ska… · symfony/symfony-docs@f22f38f · GitHub
[go: up one dir, main page]

Skip to content

Commit f22f38f

Browse files
committed
minor #16139 [Config] Fixing missing space in configuration docs (SkaveRat)
This PR was submitted for the 5.3 branch but it was merged into the 4.4 branch instead. Discussion ---------- [Config] Fixing missing space in configuration docs Commits ------- 5db91a3 Fixing missing space in configuration docs
2 parents b8f0fe9 + 5db91a3 commit f22f38f

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