From c06bb76610c01e0e2bd94bbb87c9a95b6a22ec07 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Thu, 18 Apr 2013 21:04:40 -0500 Subject: [PATCH] Fix a verb tense mismatch --- site/_posts/2012-07-01-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_posts/2012-07-01-usage.md b/site/_posts/2012-07-01-usage.md index 7088f8c3..10f8104d 100644 --- a/site/_posts/2012-07-01-usage.md +++ b/site/_posts/2012-07-01-usage.md @@ -20,7 +20,7 @@ $ jekyll build --source --destination $ jekyll build --watch # => The current folder will be generated into ./_site, -# and watch for changes and regenerate automatically. +# watched for changes, and regenerated automatically. {% endhighlight %} Jekyll also comes with a built-in development server that will allow you to