Spelling correction in docs: usefull -> useful.

This commit is contained in:
Forest 2014-10-01 02:02:29 -07:00
commit 96eaf9cea0

View file

@ -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__