Tweak sentence structure

This commit is contained in:
Jesse Pinho 2014-12-25 15:17:21 -06:00
parent 52085d2e34
commit 4070143d5b
1 changed files with 3 additions and 3 deletions

View File

@ -68,9 +68,9 @@ A generator is a subclass of `Jekyll::Generator` that defines a `generate`
method, which receives an instance of
[`Jekyll::Site`]({{ site.repository }}/blob/master/lib/jekyll/site.rb).
Because generation is triggered for its side effects, the return value of `generate` is
ignored. Jekyll does not assume any particular side effect to happen---it just
runs the method.
The return value of `generate` is ignored, since generation is triggered for
its side effects. Jekyll does not expect any particular side effect to
happen---it just runs the method.
Generators run after Jekyll has made an inventory of the existing content, and
before the site is generated. Pages with YAML Front Matters are stored as