Clarify file type

Signed-off-by: Adam Harvey <adam.harvey@dxc.com>
This commit is contained in:
Adam Harvey
2021-03-04 14:22:25 -05:00
parent 0d7f14071c
commit 82f329dda8
@@ -252,7 +252,7 @@ export const patchMkdocsYmlPreBuild = async (
mkdocsYmlFileString = await fs.readFile(mkdocsYmlPath, 'utf8');
} catch (error) {
logger.warn(
`Could not read file ${mkdocsYmlPath} before running the generator. ${error.message}`,
`Could not read MkDocs YAML config file ${mkdocsYmlPath} before running the generator: ${error.message}`,
);
return;
}