1
0
Fork 0
forked from github/pelican

Merge pull request #1487 from foresto/spelling

Spelling correction in docs: usefull -> useful.
This commit is contained in:
Kyle Fuller 2014-10-04 19:27:38 +01:00
commit 7feb638b5c

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__