Skip to content

Commit d773f2e

Browse files
committed
replace block 'tip' to 'caution
1 parent 8239b2f commit d773f2e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

components/config/definition.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,10 @@ The separator used in keys is typically ``_`` in Yaml and ``-`` in XML. For
325325
example, ``auto_connect`` in Yaml and ``auto-connect``. The normalization would
326326
make both of these ``auto_connect``.
327327

328-
.. tip::
328+
.. caution::
329329

330-
The target key will not be altered if it's mixed like ``foo-bar_moo`` or if it already exists.
330+
The target key will not be altered if it's mixed like ``foo-bar_moo`` or if
331+
it already exists.
331332

332333
Another difference between Yaml and XML is in the way arrays of values may
333334
be represented. In Yaml you may have:

0 commit comments

Comments
 (0)