Skip to content

Commit

Permalink
Update ensureExamples.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolb authored Jul 26, 2024
1 parent a0d6328 commit c6ef2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/ensureExamples.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = function (targetVal) {

return [
{
message: 'example or examples is missing in the object',
message: 'The schema is missing an example',
},
];
};
Expand Down

0 comments on commit c6ef2d8

Please sign in to comment.