diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2021-04-28 16:21:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-28 16:21:10 +0200 |
| commit | b32007542fedcb87dab6f7b4b44c21d6d83c0c3c (patch) | |
| tree | 60bbcc94a7faf64bfdef5aed25f99b7f0ec4a797 /docs/hooks-script.md | |
| parent | 926fdc9be6e33f36fcec9e59b9bb6e7ed55607b9 (diff) | |
| download | wiki-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.md | 2 |
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 |
