From 24f0debeaeb72204a95427cd1ec40d08871c6dc0 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Fri, 6 Sep 2013 21:48:35 -0500 Subject: [PATCH] Change 'version `--drafts`' to 'version of `--drafts`' --- site/_posts/2013-09-06-jekyll-1-2-0-released.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_posts/2013-09-06-jekyll-1-2-0-released.markdown b/site/_posts/2013-09-06-jekyll-1-2-0-released.markdown index 622cc973..624e3cd7 100644 --- a/site/_posts/2013-09-06-jekyll-1-2-0-released.markdown +++ b/site/_posts/2013-09-06-jekyll-1-2-0-released.markdown @@ -16,7 +16,7 @@ Here are a few things we think you'll want to know about this release: * Run `jekyll serve --detatch` to boot up a WEBrick server in the background. **Note:** you'll need to run `kill [server_pid]` to shut the server down. * You can now **disable automatically-generated excerpts** if you set `excerpt_separator` to `""`. * If you're moving around pages and post, you can now check for **URL conflicts** by running `jekyll doctor`. -* If you're a fan of the drafts feature, you'll be happy to know we've added `-D`, a shortened version `--drafts`. +* If you're a fan of the drafts feature, you'll be happy to know we've added `-D`, a shortened version of `--drafts`. * Permalinks with special characters should now generate without errors. * Expose the current Jekyll version as the `jekyll.version` Liquid variable.