summaryrefslogtreecommitdiff
path: root/manual/en/150-config.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'manual/en/150-config.mdwn')
-rw-r--r--manual/en/150-config.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/en/150-config.mdwn b/manual/en/150-config.mdwn
index 99d92ca1..a62cfc3e 100644
--- a/manual/en/150-config.mdwn
+++ b/manual/en/150-config.mdwn
@@ -81,7 +81,7 @@ exceptions to this are:
* Boolean or yes/no or on/off settings. For example,
`--exclude-caches` is a setting that is either turned on (when the
- option is used) or off (when it's not used). For every boolean
+ option is used) or off (when it's not used). For every Boolean
setting `--foo`, there is an option `--no-foo`. In a configuration
files, `foo` is turned on by setting it to `yes` or `true`, and off
by setting it to `no` or `false`.