diff --git a/test/common/libs/getDebuffPotionItems.test.js b/test/common/libs/getDebuffPotionItems.test.js index 512c2a8834..c3f25927f8 100644 --- a/test/common/libs/getDebuffPotionItems.test.js +++ b/test/common/libs/getDebuffPotionItems.test.js @@ -15,8 +15,8 @@ describe('getDebuffPotionItems', () => { for (const key of Object.keys(TRANSFORMATION_DEBUFFS_LIST)) { const debuff = TRANSFORMATION_DEBUFFS_LIST[key]; - // Here we itterate whole object to dynamically create test suites as - // it described in dock of mocha + // Here we iterate the whole object to dynamically create test suites as + // described in mocha's docs // https://mochajs.org/#dynamically-generating-tests // That's why we have eslint-disable here // eslint-disable-next-line no-loop-func