Add a word that was missing

This commit is contained in:
Matt Rogers 2013-04-18 21:01:10 -05:00
parent 2e65658920
commit ef6ae8c073
1 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@ next_section: usage
Getting Jekyll installed and ready-to-go should only take a few minutes. If it 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 ever becomes a pain in the ass, please [file an
issue](https://github.com/mojombo/jekyll/issues/new) (or submit a pull request) 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 ### Requirements
@ -39,11 +39,11 @@ simply run the following command to install Jekyll:
$ gem install jekyll $ gem install jekyll
{% endhighlight %} {% endhighlight %}
All Jekylls gem dependencies are automatically installed by the above command, All of Jekylls gem dependencies are automatically installed by the above
so you wont have to worry about them at all. If you have problems installing command, so you wont have to worry about them at all. If you have problems
Jekyll, check out the [troubleshooting](../troubleshooting) page or [report an installing Jekyll, check out the [troubleshooting](../troubleshooting) page or
issue](https://github.com/mojombo/jekyll/issues/new) so the Jekyll community can [report an issue](https://github.com/mojombo/jekyll/issues/new) so the Jekyll
improve the experience for everyone. community can improve the experience for everyone.
## Optional Extras ## Optional Extras