We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent addd0ac commit 258739eCopy full SHA for 258739e
lib/template.js
@@ -1099,7 +1099,7 @@ class Template {
1099
const combParams = this.getCombinedParameters(parameters);
1100
if (!this._parametersValidator(combParams)) {
1101
const validationErrors = this._parseValidationErrors(this._parametersValidator.errors);
1102
- const err = Error('paramters failed validation');
+ const err = Error('parameters failed validation');
1103
err.validationErrors = validationErrors;
1104
err.parameters = combParams;
1105
throw err;
0 commit comments