fix typo in comment

This commit is contained in:
Matteo Pagliazzi 2019-12-23 18:15:50 +01:00
parent dd0bcfab97
commit 527544354a

View file

@ -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