Skip to content

Commit a3dfd94

Browse files
committed
fix: typo in a function call
1 parent 87b4446 commit a3dfd94

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 colorizer = this.getColorize();
12+
const colorizer = this.getColorizer();
1313
const output = [`${colorizer.red(`${colorizer.bold('ADDITIONAL PROPERTY')} ${message}`)}\n`];
1414

1515
return output.concat(

0 commit comments

Comments
 (0)