diff --git a/site/_docs/plugins.md b/site/_docs/plugins.md
index b6a12932..36757520 100644
--- a/site/_docs/plugins.md
+++ b/site/_docs/plugins.md
@@ -498,11 +498,13 @@ end
{% endhighlight %}
Jekyll provides hooks for :site
, :pages
,
-:posts
, and :documents
. In all cases, Jekyll calls your
-hooks with the container object as the first callback parameter. But in the
-case of :pre_render
, your hook will also receive a payload hash as
-a second parameter which allows you full control over the variables that are
-available while rendering.
+:posts
, and :documents
. In all cases, Jekyll calls
+your hooks with the container object as the first callback parameter. But in the
+case of :pre_render
and :site, :post_render
, your hook
+will also receive a payload hash as a second parameter which allows you full
+control over the variables that are available while rendering in the former case
+and make final changes just before writing your website to disk on the latter
+case.
The complete list of available hooks is below: