From 96eaf9cea0af099025a4ff6812752fe3b2909085 Mon Sep 17 00:00:00 2001 From: Forest Date: Wed, 1 Oct 2014 02:02:29 -0700 Subject: [PATCH] Spelling correction in docs: usefull -> useful. --- docs/plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins.rst b/docs/plugins.rst index 01e67810..27299e83 100644 --- a/docs/plugins.rst +++ b/docs/plugins.rst @@ -67,7 +67,7 @@ Signal Arguments Description ================================= ============================ =========================================================================== initialized pelican object finalized pelican object invoked after all the generators are executed and just before pelican exits - usefull for custom post processing actions, such as: + useful for custom post processing actions, such as: - minifying js/css assets. - notify/ping search engines with an updated sitemap. generator_init generator invoked in the Generator.__init__