Merge pull request #3672 from chrisfinazzo/remove-extra-space

Remove extra space
This commit is contained in:
Parker Moore 2015-04-21 15:12:00 -07:00
commit bac28fcfce
1 changed files with 1 additions and 1 deletions

View File

@ -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 Rather than passing individual flags via the command line, you can now pass
an entire custom Jekyll config file. This helps to distinguish between an entire custom Jekyll config file. This helps to distinguish between
environments, or lets you programmatically override user-specified 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). by the path to one or more config files (comma-delimited, no spaces).
#### As a result, the following command line flags are now deprecated: #### As a result, the following command line flags are now deprecated: