Skip to content

Commit 3cf5922

Browse files
committed
fixing typo and removing duplicated lines
Fixing command `config:dump` name, and removing duplicated lines
1 parent 0dcd3f4 commit 3cf5922

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

components/config/definition.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ node definition. Node types are available for:
102102
* scalar (generic type that includes booleans, strings, integers, floats
103103
and ``null``)
104104
* boolean
105-
* scalar
106-
* boolean
107105
* integer (new in 2.2)
108106
* float (new in 2.2)
109107
* enum (new in 2.1) (similar to scalar, but it only allows a finite set
@@ -304,7 +302,7 @@ All options can be documented using the
304302
method.
305303

306304
The info will be printed as a comment when dumping the configuration tree
307-
with the ``config:dump`` command.
305+
with the ``config:dump-reference`` command.
308306

309307
Optional Sections
310308
-----------------

0 commit comments

Comments
 (0)