From 8c4a6221e23e59d12f82ca86e35fb0730dd3d8ea Mon Sep 17 00:00:00 2001 From: Scott Tolksdorf Date: Thu, 10 Nov 2016 10:54:00 -0500 Subject: [PATCH] Fixing spelling mistake --- client/homebrew/editor/snippets/classfeature.gen.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/homebrew/editor/snippets/classfeature.gen.js b/client/homebrew/editor/snippets/classfeature.gen.js index e79dc244d..2ca3abc9c 100644 --- a/client/homebrew/editor/snippets/classfeature.gen.js +++ b/client/homebrew/editor/snippets/classfeature.gen.js @@ -19,8 +19,8 @@ module.exports = function(classname){ "#### Hit Points", "___", "- **Hit Dice:** 1d" + hitDie + " per " + classname + " level", - "- **Hit Points at 1st Level:** " + hitDie + " + your Constituion modifier", - "- **Hit Points at Higher Levels:** 1d" + hitDie + " (or " + (hitDie/2 + 1) + ") + your Constituion modifier per " + classname + " level after 1st", + "- **Hit Points at 1st Level:** " + hitDie + " + your Constitution modifier", + "- **Hit Points at Higher Levels:** 1d" + hitDie + " (or " + (hitDie/2 + 1) + ") + your Constitution modifier per " + classname + " level after 1st", "", "#### Proficiencies", "___", @@ -39,4 +39,4 @@ module.exports = function(classname){ "- " + (_.sample(["10 lint fluffs", "1 button", "a cherished lost sock"])), "\n\n\n" ].join('\n'); -} \ No newline at end of file +}