From c038ea6cc283b5255a025d610524382558a6371a Mon Sep 17 00:00:00 2001 From: "Benjamin J. Balter" Date: Sun, 14 Apr 2013 13:00:59 -0400 Subject: [PATCH] s/problematically/programmatically/, props @mojombo --- site/_posts/2012-07-01-upgrading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_posts/2012-07-01-upgrading.md b/site/_posts/2012-07-01-upgrading.md index cb77419a..631ab5e9 100644 --- a/site/_posts/2012-07-01-upgrading.md +++ b/site/_posts/2012-07-01-upgrading.md @@ -16,7 +16,7 @@ automatically rebuild each time a file changes, just add the `--watch` flag. 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 problematically override user-specified defaults. +environments, or lets you programmatically override user-specified defaults. Simply add the `--config` flag, followed by the path to one or more config files.