From 7d1218cdb63e43028895f9d1800620e5140d0d66 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Mon, 29 Nov 2021 18:29:46 +0100 Subject: chore: correct typo --- docs/core-scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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. -- cgit