fix: typo in get-file-visitor.js (#40713)

preceeding -> preceding
This commit is contained in:
Ikko Ashimine
2021-01-19 14:09:58 +09:00
committed by GitHub
parent f37dd6ff84
commit 660f17a1f3

View File

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