fix: changed verbiage unexpected frontmatter error
This commit is contained in:
committed by
mrugesh mohapatra
parent
d4aa7c0b56
commit
f172410304
@ -20,7 +20,7 @@ const frontmatterCheck = (fullPath, isTranslation, fileContent) => {
|
|||||||
}
|
}
|
||||||
catch(err) {
|
catch(err) {
|
||||||
errors.push({
|
errors.push({
|
||||||
msg: `Unexpected syntax found in the front matter block. Review Travis CI build Details link above for more details.`,
|
msg: `Unexpected syntax found in the front matter block. Review Travis CI build Details link for more details.`,
|
||||||
fullPath
|
fullPath
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user