Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachatoo committed Nov 12, 2023
1 parent e5d1aa8 commit 20391e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation.toml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ description = "This module exposes hooks that allow you to execute code when a T

[tp.hooks.functions.on_all_templates_executed]
name = "on_all_templates_executed"
description = """Hooks into when all actively running templates have finished executing. Most of the time this will be a single template, unless you are using `tp.file.includes` or `tp.file.create_new`.
description = """Hooks into when all actively running templates have finished executing. Most of the time this will be a single template, unless you are using `tp.file.include` or `tp.file.create_new`.
Multiple invokations of this method will have their callback functions run in parallel."""
definition = "tp.hooks.on_all_templates_executed(callback_function: () => any)"
Expand Down

0 comments on commit 20391e4

Please sign in to comment.