diff --git a/tools/challenge-md-parser/mdx/plugins/utils/get-file-visitor.js b/tools/challenge-md-parser/mdx/plugins/utils/get-file-visitor.js index f742acea5d..ac8ed23f7f 100644 --- a/tools/challenge-md-parser/mdx/plugins/utils/get-file-visitor.js +++ b/tools/challenge-md-parser/mdx/plugins/utils/get-file-visitor.js @@ -45,7 +45,7 @@ function codeToData(node, seeds, seedKey, validate) { const key = `index${lang}`; const id = seeds[key] ? seeds[key].id : ''; - // the contents will be missing if there is an id preceeding this code + // the contents will be missing if there is an id preceding this code // block. if (!seeds[key]) { seeds[key] = defaultFile(lang, id);