docs: update available boolean values

This commit is contained in:
Anton Tereshchenkov 2015-01-25 12:38:15 +08:00
parent 3b27258abe
commit 819bc2b032
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ Basic bullet point reference:
* Numbers can be suffixed with `[kKmMgG]b` for power of 2 multiples,
example: `1kb` is equal to `1024`.
* Boolean values: `true`, `false`, `on`, `off`, `yes`, `no`.
* Boolean values: `true`, `false`.
* Lists of primitive types can be made by wrapping it in `[]`.
Example: `["foo", "bar", 42]`.