From 04cecefca14aebd017ae2e5880d159ebbab45dd9 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Wed, 9 Jan 2013 16:34:54 -0500 Subject: [PATCH] spelling --- src/app/content.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/content.coffee b/src/app/content.coffee index b3eed09e94..b23b38516a 100644 --- a/src/app/content.coffee +++ b/src/app/content.coffee @@ -57,7 +57,7 @@ module.exports = items: unlockedMessage: title: "Item Store Unlocked" - content: "Congradulations, you have unlocked the Item Store! You can now buy weapons, armor, potions, etc. Read each item's comment for more information." + content: "Congratulations, you have unlocked the Item Store! You can now buy weapons, armor, potions, etc. Read each item's comment for more information." #TODO: figure out how to calculate index & type without having to store it in the JSON weapon: [ {type: 'weapon', index: 0, text: "Sword 1", icon: "item-sword1", notes:'Training weapon.', value:0}