Skip to content

Commit 1897177

Browse files
zhaoterryywaylan
authored andcommitted
docs(plugins.md): fix typo
plugins.md:357 "The `post_template` event .." -> "The `post_page` event .."
1 parent 5c642de commit 1897177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ page events are called after the [post_template] event and before the
354354

355355
##### on_post_page
356356

357-
: The `post_template` event is called after the template is rendered, but
357+
: The `post_page` event is called after the template is rendered, but
358358
before it is written to disc and can be used to alter the output of the
359359
page. If an empty string is returned, the page is skipped and nothing is
360360
written to disc.

0 commit comments

Comments
 (0)