diff --git a/HTML5-Space-Invaders.html b/HTML5-Space-Invaders.html
index bcd3524..31bf764 100644
--- a/HTML5-Space-Invaders.html
+++ b/HTML5-Space-Invaders.html
@@ -1373,7 +1373,7 @@
// copyright
txtArea = new textHelper.textArea({ cls: "field",
childs: [ textHelper.writeText({id: "instructionsLink", cls: "text clickText smallText", text: "instructions", onclick: screens.instructions}),
- textHelper.writeText({id: "copyright", cls: "text smallText", innerhtml: "[ JH5 binary arts ]"}) ],
+ textHelper.writeText({id: "copyright", cls: "text smallText", innerhtml: "[ JH5 binary arts ]"}) ],
appendTo: container,
width: 400,
position: "centerBottom" });