Skip to content

Commit 15746fa

Browse files
authored
Merge branch 'develop' into feat/add-isiprange-validator
2 parents b82986a + 74fd3ae commit 15746fa

File tree

4 files changed

+496
-307
lines changed

4 files changed

+496
-307
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ user.welcome = 'helo';
405405

406406
validate(user).then(errors => {
407407
// ...
408-
}); // it will return errors for email, title and text properties
408+
}); // it will return errors for email, password, name and welcome properties
409409
```
410410

411411
## Conditional validation

0 commit comments

Comments
 (0)