s/problematically/programmatically/, props @mojombo

This commit is contained in:
Benjamin J. Balter 2013-04-14 13:00:59 -04:00
parent 652b548ca5
commit c038ea6cc2
1 changed files with 1 additions and 1 deletions

View File

@ -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.