From 03c6c44e5b906938efad7b64b899c6fcc7a651af Mon Sep 17 00:00:00 2001 From: bchatard <> Date: Mon, 5 Feb 2018 13:00:41 +0100 Subject: [PATCH] Fix typo in format configuration --- book-example/src/format/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.