Skip to content

Commit

Permalink
fix: Minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SokratisVidros committed Apr 1, 2024
1 parent 70356a5 commit e272650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validation-errors/additional-prop.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default class AdditionalPropValidationError extends BaseValidationError {

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

return output.concat(
this.getCodeFrame(
Expand Down

0 comments on commit e272650

Please sign in to comment.