fix: changed verbiage unexpected frontmatter error

This commit is contained in:
Randell Dawson
2018-11-22 23:56:01 -08:00
committed by mrugesh mohapatra
parent d4aa7c0b56
commit f172410304

View File

@ -20,7 +20,7 @@ const frontmatterCheck = (fullPath, isTranslation, fileContent) => {
}
catch(err) {
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
});
}