From 4070143d5b06965a764fc655c7787013c80d040b Mon Sep 17 00:00:00 2001 From: Jesse Pinho Date: Thu, 25 Dec 2014 15:17:21 -0600 Subject: [PATCH] Tweak sentence structure --- site/_docs/plugins.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/_docs/plugins.md b/site/_docs/plugins.md index 9b68e17b..605cbf68 100644 --- a/site/_docs/plugins.md +++ b/site/_docs/plugins.md @@ -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