Skip to content

Commit f4379d6

Browse files
committed
Rename error message
1 parent 5592657 commit f4379d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/vuejs/typescript/00 Custom Validator/src/pages/recipe/edit/validations/editFormValidation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const constraints: ValidationConstraints = {
99
{ validator: Validators.required }
1010
],
1111
ingredients: [
12-
{ validator: hasItems('Should has one or more ingredients')}
12+
{ validator: hasItems('Should have at least one ingredient')}
1313
]
1414
}
1515
};

0 commit comments

Comments
 (0)