We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8239b2f commit d773f2eCopy full SHA for d773f2e
components/config/definition.rst
@@ -325,9 +325,10 @@ The separator used in keys is typically ``_`` in Yaml and ``-`` in XML. For
325
example, ``auto_connect`` in Yaml and ``auto-connect``. The normalization would
326
make both of these ``auto_connect``.
327
328
-.. tip::
+.. caution::
329
330
- The target key will not be altered if it's mixed like ``foo-bar_moo`` or if it already exists.
+ The target key will not be altered if it's mixed like ``foo-bar_moo`` or if
331
+ it already exists.
332
333
Another difference between Yaml and XML is in the way arrays of values may
334
be represented. In Yaml you may have:
0 commit comments