From ef6ae8c07393e5dbbb6c3bc890250b09352274f0 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Thu, 18 Apr 2013 21:01:10 -0500 Subject: [PATCH] Add a word that was missing --- site/_posts/2012-07-01-installation.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/site/_posts/2012-07-01-installation.md b/site/_posts/2012-07-01-installation.md index 33f111be..646b6c5c 100644 --- a/site/_posts/2012-07-01-installation.md +++ b/site/_posts/2012-07-01-installation.md @@ -8,7 +8,7 @@ next_section: usage Getting Jekyll installed and ready-to-go should only take a few minutes. If it ever becomes a pain in the ass, please [file an issue](https://github.com/mojombo/jekyll/issues/new) (or submit a pull request) -describing the issue you encountered, and how we might make the process easier. +describing the issue you encountered and how we might make the process easier. ### Requirements @@ -39,11 +39,11 @@ simply run the following command to install Jekyll: $ gem install jekyll {% endhighlight %} -All Jekyll’s gem dependencies are automatically installed by the above command, -so you won’t have to worry about them at all. If you have problems installing -Jekyll, check out the [troubleshooting](../troubleshooting) page or [report an -issue](https://github.com/mojombo/jekyll/issues/new) so the Jekyll community can -improve the experience for everyone. +All of Jekyll’s gem dependencies are automatically installed by the above +command, so you won’t have to worry about them at all. If you have problems +installing Jekyll, check out the [troubleshooting](../troubleshooting) page or +[report an issue](https://github.com/mojombo/jekyll/issues/new) so the Jekyll +community can improve the experience for everyone. ## Optional Extras