From 9fa0f2ab269dd432c1018781be69c47c28ccce9e Mon Sep 17 00:00:00 2001 From: Yi Zeng Date: Wed, 27 Nov 2013 20:19:25 +1300 Subject: [PATCH] fix wrong case for a word --- site/_posts/2013-11-04-jekyll-1-3-0-released.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_posts/2013-11-04-jekyll-1-3-0-released.markdown b/site/_posts/2013-11-04-jekyll-1-3-0-released.markdown index 2cddd5e6..1e325117 100644 --- a/site/_posts/2013-11-04-jekyll-1-3-0-released.markdown +++ b/site/_posts/2013-11-04-jekyll-1-3-0-released.markdown @@ -19,7 +19,7 @@ Here are a few things we think you'll want to know about this release: repetition in your templates and to set site specific options without changing `_config.yml`. -* You can now Run `jekyll serve --detach` to boot up a WEBrick server in the +* You can now run `jekyll serve --detach` to boot up a WEBrick server in the background. **Note:** you'll need to run `kill [server_pid]` to shut the server down. When ran, you'll get a process id that you can use in place of `[server_pid]`