Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f22f38f

Browse filesBrowse 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
Copy full SHA for f22f38f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎configuration.rst

Copy file name to clipboardExpand all lines: configuration.rst
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.