Merge pull request #1762 from yizeng/master

fix wrong case for a word
This commit is contained in:
Parker Moore 2013-12-02 12:36:12 -08:00
commit b7fe8cfd62
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
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]`