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 70356a5 commit ffc11f6Copy full SHA for ffc11f6
.changeset/old-files-run.md
@@ -0,0 +1,5 @@
1
+---
2
+'better-ajv-errors': patch
3
4
+
5
+Fix typo in error message
src/validation-errors/additional-prop.js
@@ -9,7 +9,7 @@ export default class AdditionalPropValidationError extends BaseValidationError {
9
10
print() {
11
const { message, params } = this.options;
12
- const output = [chalk`{red {bold ADDTIONAL PROPERTY} ${message}}\n`];
+ const output = [chalk`{red {bold ADDITIONAL PROPERTY} ${message}}\n`];
13
14
return output.concat(
15
this.getCodeFrame(
0 commit comments