From c80c1e04522028bf28e9fea0825808a1ca48da57 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Wed, 28 Apr 2021 16:16:18 +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 ae30774..7064bb5 100644 --- a/docs/hooks-script.md +++ b/docs/hooks-script.md @@ -31,7 +31,7 @@ and so on. There are some exceptions such as the `GlobalScript` which is an Observer used in different classes throughout the core. But generally speaking, a script type should refer to a specific class. -Therefore, if you create a new class inside that has to be extended with hooks, then you can proceed with the first point. +Therefore, if you have created a new class that has to be extended with hooks, then you can proceed with the first point. However, most of the time you just have to add new hooks to existing scripts, in this case just jump to point 2 of this chapter. -- cgit