From 819bc2b032d63ebfc625b8140a4f0c0b50568328 Mon Sep 17 00:00:00 2001 From: Anton Tereshchenkov Date: Sun, 25 Jan 2015 12:38:15 +0800 Subject: [PATCH] docs: update available boolean values --- website/source/docs/configuration/syntax.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/configuration/syntax.html.md b/website/source/docs/configuration/syntax.html.md index 804947e3b..2f0e7d547 100644 --- a/website/source/docs/configuration/syntax.html.md +++ b/website/source/docs/configuration/syntax.html.md @@ -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]`.