summaryrefslogtreecommitdiff
path: root/docs/hooks-script.md
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2021-04-28 16:21:10 +0200
committerGitHub <noreply@github.com>2021-04-28 16:21:10 +0200
commitb32007542fedcb87dab6f7b4b44c21d6d83c0c3c (patch)
tree60bbcc94a7faf64bfdef5aed25f99b7f0ec4a797 /docs/hooks-script.md
parent926fdc9be6e33f36fcec9e59b9bb6e7ed55607b9 (diff)
downloadwiki-b32007542fedcb87dab6f7b4b44c21d6d83c0c3c.tar.gz
wiki-b32007542fedcb87dab6f7b4b44c21d6d83c0c3c.tar.bz2
wiki-b32007542fedcb87dab6f7b4b44c21d6d83c0c3c.zip
Update hooks-script.md
Diffstat (limited to 'docs/hooks-script.md')
-rw-r--r--docs/hooks-script.md2
1 files changed, 1 insertions, 1 deletions
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