summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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 34229cc..9bb6ca1 100644
--- a/docs/hooks-script.md
+++ b/docs/hooks-script.md
@@ -29,7 +29,7 @@ Before going through the next step you should ask yourself: do I have to create
A script type is normally strictly related to a certain class of the core. For example:
- `PlayerScript` -> `Player` class
-- `WorldScript -> `World` class
+- `WorldScript` -> `World` class
- `CreatureScript` -> `Creature` class
and so on.