Skip to content

Commit 1131247

Browse files
committed
minor symfony#3508 Add 'in XML' for additional clarity (ifdattic)
This PR was merged into the 2.3 branch. Discussion ---------- Add 'in XML' for additional clarity | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets | Commits ------- 69d9277 Adjust line length 100a031 Add 'in XML' for additional clarity
2 parents a650b93 + 69d9277 commit 1131247

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/config/definition.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -399,8 +399,8 @@ process is used to remove some of the differences that result from different
399399
configuration formats, mainly the differences between YAML and XML.
400400

401401
The separator used in keys is typically ``_`` in YAML and ``-`` in XML. For
402-
example, ``auto_connect`` in YAML and ``auto-connect``. The normalization would
403-
make both of these ``auto_connect``.
402+
example, ``auto_connect`` in YAML and ``auto-connect`` in XML.
403+
The normalization would make both of these ``auto_connect``.
404404

405405
.. caution::
406406

0 commit comments

Comments
 (0)