From 987309917a612e6fa2c2184fae0988f8b4af3b27 Mon Sep 17 00:00:00 2001 From: chrisfinazzo Date: Tue, 21 Apr 2015 17:32:49 -0400 Subject: [PATCH] Remove extra space --- site/_docs/upgrading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/upgrading.md b/site/_docs/upgrading.md index bf8359a3..dd0a3d36 100644 --- a/site/_docs/upgrading.md +++ b/site/_docs/upgrading.md @@ -80,7 +80,7 @@ and add a new markdown file to it. To preview your new post, simply run the Rather than passing individual flags via the command line, you can now pass an entire custom Jekyll config file. This helps to distinguish between environments, or lets you programmatically override user-specified -defaults. Simply add the `--config` flag to the `jekyll` command, followed +defaults. Simply add the `--config` flag to the `jekyll` command, followed by the path to one or more config files (comma-delimited, no spaces). #### As a result, the following command line flags are now deprecated: