diff --git a/creator/index.php b/creator/index.php
index 4237cd38..890b1b53 100644
--- a/creator/index.php
+++ b/creator/index.php
@@ -199,7 +199,7 @@ include('../globalHTML/header-1.php');
{down#}
Moves the text # pixels down
{left#}
Moves the text # pixels left
{right#}
Moves the text # pixels right
- {shadow#}
Changes the shadow distance to #
+ {shadow#}
Changes the shadow distance to # (use {shadow0} to remove the shadow)
{shadowcolor#}
Changes the shadow color to #
{kerning#}
Changes the kerning (letter spacing) to #
Notes
For colors, you may use HTML color codes (ie 'green'), hex color codes (ie '#00FF00'), or rgb (ie 'rgb(0,255,0)'')