diff --git a/Module-Builder-Information.md b/Module-Builder-Information.md index c3f0402..b0d4c3d 100644 --- a/Module-Builder-Information.md +++ b/Module-Builder-Information.md @@ -19,7 +19,7 @@ Hooks.once('init', () => { image ## Weapon & Armor Features -In the `init` hook, you can register custom weapon and armor feautures so they can be easily selected onto weapons and armor. This is done by defining new key/object pairs on `CONFIG.DH.ITEM.weaponFeatures`/`CONFIG.DH.ITEM.armorFeatures`. +In the `init` hook, you can register custom weapon and armor features so they can be easily selected onto weapons and armor. This is done by defining new key/object pairs on `CONFIG.DH.ITEM.weaponFeatures`/`CONFIG.DH.ITEM.armorFeatures`. The data structure has many options, but two examples would be: ```js Hooks.once('init', () => {