fix_contains_typo

This commit is contained in:
Evyatar 2018-09-27 19:02:34 +03:00
parent bf0d0d8f91
commit 5edea62e35
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ module.exports = ajv =>
data,
`The provided value ${JSON.stringify(
data
)} contans exclamation mark (!) which is not allowed because it's reserved for loader syntax.`
)} contains exclamation mark (!) which is not allowed because it's reserved for loader syntax.`
)
];
passes = false;

View File

@ -239,7 +239,7 @@ describe("Validation", () => {
}
},
message: [
' - configuration.output.path: The provided value "/somepath/!test" contans exclamation mark (!) which is not allowed because it\'s reserved for loader syntax.',
' - configuration.output.path: The provided value "/somepath/!test" contains exclamation mark (!) which is not allowed because it\'s reserved for loader syntax.',
" -> The output directory as **absolute path** (required)."
]
},