Skip to content

Commit 100a031

Browse files
committed
Add 'in XML' for additional clarity
1 parent a535ae0 commit 100a031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/config/definition.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ 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
402+
example, ``auto_connect`` in YAML and ``auto-connect`` in XML. The normalization would
403403
make both of these ``auto_connect``.
404404

405405
.. caution::

0 commit comments

Comments
 (0)