Skip to content

Commit 79775ae

Browse files
committed
minor #5650 [RFR] fixing typo and removing duplicated lines in Config component doc (salahm)
This PR was merged into the 2.3 branch. Discussion ---------- [RFR] fixing typo and removing duplicated lines in Config component doc Fixing command `config:dump` name, and removing duplicated lines Commits ------- 3cf5922 fixing typo and removing duplicated lines
2 parents 0dcd3f4 + 3cf5922 commit 79775ae

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)