Skip to content

Commit

Permalink
fix wrong properties in documentation comment (typestack#2277)
Browse files Browse the repository at this point in the history
Co-authored-by: Brage Sekse Aarset <[email protected]>
  • Loading branch information
holuborhee and braaar authored Nov 30, 2023
1 parent 51d5bd1 commit 74fd3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ user.welcome = 'helo';

validate(user).then(errors => {
// ...
}); // it will return errors for email, title and text properties
}); // it will return errors for email, password, name and welcome properties
```

## Conditional validation
Expand Down

0 comments on commit 74fd3ae

Please sign in to comment.