Skip to content

Commit daff271

Browse files
committed
Minor improvement in the node types explanation
1 parent f75bc2b commit daff271

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/config/definition.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ Node Type
9595
~~~~~~~~~
9696

9797
It is possible to validate the type of a provided value by using the appropriate
98-
node definition. Node type are available for:
98+
node definition. Node types are available for:
9999

100-
* scalar
100+
* scalar (generic type that includes booleans, strings, integers, floats and ``null``)
101101
* boolean
102102
* integer (new in 2.2)
103103
* float (new in 2.2)
104-
* enum (new in 2.1)
104+
* enum (new in 2.1) (similar to array, but it only allows a finite set of values)
105105
* array
106106
* variable (no validation)
107107

0 commit comments

Comments
 (0)