fix wrong case for a word

This commit is contained in:
Yi Zeng 2013-11-27 20:19:25 +13:00
parent 4f337df2d8
commit 9fa0f2ab26
1 changed files with 1 additions and 1 deletions

View File

@ -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 repetition in your templates and to set site specific options without
changing `_config.yml`. 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 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 the server down. When ran, you'll get a process id that you can use in
place of `[server_pid]` place of `[server_pid]`