summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbchatard <>2018-02-05 13:00:41 +0100
committerbchatard <>2018-02-05 13:01:17 +0100
commit03c6c44e5b906938efad7b64b899c6fcc7a651af (patch)
treef3b025f0ce7e2fdda48e91cddd212d9526f9767d
parent31a370d149bbd301f88921eacacc39d1bf8db096 (diff)
Fix typo in format configuration
-rw-r--r--book-example/src/format/config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book-example/src/format/config.md b/book-example/src/format/config.md
index 560ab5d1..db5b0e88 100644
--- a/book-example/src/format/config.md
+++ b/book-example/src/format/config.md
@@ -110,7 +110,7 @@ editable = false
## Environment Variables
-All configuration values van be overridden from the command line by setting the
+All configuration values can be overridden from the command line by setting the
corresponding environment variable. Because many operating systems restrict
environment variables to be alphanumeric characters or `_`, the configuration
key needs to be formatted slightly differently to the normal `foo.bar.baz` form.