We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a650b93 + 69d9277 commit 1131247Copy full SHA for 1131247
components/config/definition.rst
@@ -399,8 +399,8 @@ process is used to remove some of the differences that result from different
399
configuration formats, mainly the differences between YAML and XML.
400
401
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``.
+example, ``auto_connect`` in YAML and ``auto-connect`` in XML.
+The normalization would make both of these ``auto_connect``.
404
405
.. caution::
406
0 commit comments