From 20391e4e6ce5403d368a8bb6b87d34377b2f4528 Mon Sep 17 00:00:00 2001 From: Zachatoo Date: Sun, 12 Nov 2023 00:51:23 -0700 Subject: [PATCH] fix typo --- docs/documentation.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation.toml b/docs/documentation.toml index f8641c0d..6d3a54d0 100644 --- a/docs/documentation.toml +++ b/docs/documentation.toml @@ -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)"