summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/core-scripts.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/core-scripts.md b/docs/core-scripts.md
index f27baf0..834f3f6 100644
--- a/docs/core-scripts.md
+++ b/docs/core-scripts.md
@@ -80,7 +80,7 @@ void AddSC_boss_lord_marrowgar()
### Validation of spells used in a script
-Spells used **within** the SpellScript should **alawys** be validated at the top of the script.
+Spells used **within** the SpellScript should **always** be validated at the top of the script.
This will prevent potential crashes if we try to use a spell that doesn't exist in a script.