diff --git a/components/config/definition.rst b/components/config/definition.rst index 78961575c19..0361f7c05db 100644 --- a/components/config/definition.rst +++ b/components/config/definition.rst @@ -399,8 +399,8 @@ process is used to remove some of the differences that result from different configuration formats, mainly the differences between YAML and XML. The separator used in keys is typically ``_`` in YAML and ``-`` in XML. For -example, ``auto_connect`` in YAML and ``auto-connect``. The normalization would -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``. .. caution::