From c017174dad3e279eabb38df0ea05621acc91cfab Mon Sep 17 00:00:00 2001 From: David Paschich Date: Wed, 16 Oct 2013 07:47:18 -0700 Subject: [PATCH] Fix grammar in usage.md --- site/docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/usage.md b/site/docs/usage.md index 0a72e3d3..6db3a112 100644 --- a/site/docs/usage.md +++ b/site/docs/usage.md @@ -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