Skip to content

Commit e272650

Browse files
fix: Minor typo
1 parent 70356a5 commit e272650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validation-errors/additional-prop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default class AdditionalPropValidationError extends BaseValidationError {
99

1010
print() {
1111
const { message, params } = this.options;
12-
const output = [chalk`{red {bold ADDTIONAL PROPERTY} ${message}}\n`];
12+
const output = [chalk`{red {bold ADDITIONAL PROPERTY} ${message}}\n`];
1313

1414
return output.concat(
1515
this.getCodeFrame(

0 commit comments

Comments
 (0)