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
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 Jekylls gem dependencies are automatically installed by the above command,
so you wont 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 Jekylls gem dependencies are automatically installed by the above
command, so you wont 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