From f172410304b6782052720668cada15d9b11bcfde Mon Sep 17 00:00:00 2001 From: Randell Dawson Date: Thu, 22 Nov 2018 23:56:01 -0800 Subject: [PATCH] fix: changed verbiage unexpected frontmatter error --- validation/guide-folder-checks/frontmatter-check.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validation/guide-folder-checks/frontmatter-check.js b/validation/guide-folder-checks/frontmatter-check.js index 8e7c4ca737..ae2b3f1731 100644 --- a/validation/guide-folder-checks/frontmatter-check.js +++ b/validation/guide-folder-checks/frontmatter-check.js @@ -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 }); }