Whoops, spelled 'detach' incorrectly.

https://twitter.com/strangerpixel/status/376257545968824320
This commit is contained in:
Parker Moore 2013-09-09 11:16:24 -04:00
parent 0dc86aa3f3
commit f7bccfd08f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ enhancements that we think you'll love.
Here are a few things we think you'll want to know about this release: 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. * 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.
* You can now **disable automatically-generated excerpts** if you set `excerpt_separator` to `""`. * 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 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 of `--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`.