From c17bdf951d3714a26a226497ec9aac3e005e2a6d Mon Sep 17 00:00:00 2001 From: Chezou Date: Sat, 3 May 2014 22:42:50 +0900 Subject: [PATCH] Fix typo in documentation --- site/docs/deployment-methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/deployment-methods.md b/site/docs/deployment-methods.md index d10aabc7..97bbdefa 100644 --- a/site/docs/deployment-methods.md +++ b/site/docs/deployment-methods.md @@ -27,7 +27,7 @@ There are also a number of ways to easily automate the deployment of a Jekyll si ### Git post-update hook -If you store your jekyll site in [Git](http://git-scm.com/) (you are using version control, right?), it’s pretty easy to automate the +If you store your Jekyll site in [Git](http://git-scm.com/) (you are using version control, right?), it’s pretty easy to automate the deployment process by setting up a post-update hook in your Git repository, [like this](http://web.archive.org/web/20091223025644/http://www.taknado.com/en/2009/03/26/deploying-a-jekyll-generated-site/).