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 1ba0b51

Browse filesBrowse files
authored
Fixing missing space in configuration docs
1 parent ab9dd33 commit 1ba0b51
Copy full SHA for 1ba0b51

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
@@ -76,7 +76,7 @@ readable. These are the main advantages and disadvantages of each format:
7676

7777
* **YAML**: simple, clean and readable, but not all IDEs support autocompletion
7878
and validation for it. :doc:`Learn the YAML syntax </components/yaml/yaml_format>`;
79-
* **XML**:autocompleted/validated by most IDEs and is parsed natively by PHP,
79+
* **XML**: autocompleted/validated by most IDEs and is parsed natively by PHP,
8080
but sometimes it generates configuration considered too verbose. `Learn the XML syntax`_;
8181
* **PHP**: very powerful and it allows you to create dynamic configuration with
8282
arrays or a :ref:`ConfigBuilder <config-config-builder>`.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.