We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5592657 commit f4379d6Copy full SHA for f4379d6
1 file changed
samples/vuejs/typescript/00 Custom Validator/src/pages/recipe/edit/validations/editFormValidation.ts
@@ -9,7 +9,7 @@ const constraints: ValidationConstraints = {
9
{ validator: Validators.required }
10
],
11
ingredients: [
12
- { validator: hasItems('Should has one or more ingredients')}
+ { validator: hasItems('Should have at least one ingredient')}
13
]
14
}
15
};
0 commit comments