Add a word that was missing
This commit is contained in:
parent
2e65658920
commit
ef6ae8c073
|
@ -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 Jekyll’s gem dependencies are automatically installed by the above command,
|
All of Jekyll’s gem dependencies are automatically installed by the above
|
||||||
so you won’t have to worry about them at all. If you have problems installing
|
command, so you won’t 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue