Merge pull request #1635 from dpassage/patch-1

Fix grammar in usage.md
This commit is contained in:
Matt Rogers 2013-10-16 08:09:19 -07:00
commit 6cdb7ec833
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ $ jekyll serve --watch
# => Same as `jekyll serve`, but watch for changes and regenerate automatically.
{% endhighlight %}
This is just a few of the available [configuration options](../configuration/).
These are just a few of the available [configuration options](../configuration/).
Many configuration options can either be specified as flags on the command line,
or alternatively (and more commonly) they can be specified in a `_config.yml`
file at the root of the source directory. Jekyll will automatically use the