From 3e8216ab35cb6bb68920e25b8afdc0b4fc1691e0 Mon Sep 17 00:00:00 2001 From: Jamie Barton Date: Tue, 9 Oct 2018 17:20:35 +0100 Subject: [PATCH] docs: typo in configuration docs --- docs/usage/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/configuration.md b/docs/usage/configuration.md index 201b7c28..277ba4e1 100644 --- a/docs/usage/configuration.md +++ b/docs/usage/configuration.md @@ -121,7 +121,7 @@ Type: `Boolean`
Default: `true`
CLI arguments: `--ci` / `--no-ci` -Set to `fasle` to skip Continuous Integration environment verifications. This allows for making releases from a local machine. +Set to `false` to skip Continuous Integration environment verifications. This allows for making releases from a local machine. **Note**: The CLI arguments `--no-ci` is equivalent to `--ci false`.