From b32007542fedcb87dab6f7b4b44c21d6d83c0c3c Mon Sep 17 00:00:00 2001 From: Yehonal Date: Wed, 28 Apr 2021 16:21:10 +0200 Subject: Update hooks-script.md --- docs/hooks-script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/hooks-script.md') diff --git a/docs/hooks-script.md b/docs/hooks-script.md index c036428..34229cc 100644 --- a/docs/hooks-script.md +++ b/docs/hooks-script.md @@ -182,7 +182,7 @@ to change the behaviour before and after the config is loaded. ### How to change the behaviour of a function (filtering) -With hooks you can't only run specific actions at a specific time, you can even change the behaviour of the script where the hook is called +With hooks you can't only run specific actions at a specific time, you can even change the behaviour of the function where the hook is called To do so, you have 2 solutions: #### 1) Using reference parameters -- cgit