summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2021-04-28 16:16:18 +0200
committerGitHub <noreply@github.com>2021-04-28 16:16:18 +0200
commitc80c1e04522028bf28e9fea0825808a1ca48da57 (patch)
tree2a10e6e091a3c94d682f4ac46d889b6b44ac2e53 /docs
parent9f7b851aa23680853b3c11366100de111c53a2e1 (diff)
downloadwiki-c80c1e04522028bf28e9fea0825808a1ca48da57.tar.gz
wiki-c80c1e04522028bf28e9fea0825808a1ca48da57.tar.bz2
wiki-c80c1e04522028bf28e9fea0825808a1ca48da57.zip
Update hooks-script.md
Diffstat (limited to 'docs')
-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 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.