Skip to content

Commit 74fd3ae

Browse files
holuborheebraaar
andauthored
fix wrong properties in documentation comment (#2277)
Co-authored-by: Brage Sekse Aarset <brage.aarset@gmail.com>
1 parent 51d5bd1 commit 74fd3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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)