remove stray comma

This commit is contained in:
Benjamin J. Balter 2013-04-15 16:09:24 -04:00
parent 343d56dfe3
commit 783d59045b
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ to one or more config files.
file via the command line. Config files cascade from right to left, such file via the command line. Config files cascade from right to left, such
that if I run `jekyll serve --config _config.yml,_config-dev.yml`, that if I run `jekyll serve --config _config.yml,_config-dev.yml`,
the values in the config files on the right (`_config-dev.yml`) overwrite the values in the config files on the right (`_config-dev.yml`) overwrite
those on the left (`_config.yml`) when both contain the same key. , </p> those on the left (`_config.yml`) when both contain the same key.</p>
</div> </div>
### Draft posts ### Draft posts