Skip to content

Commit 4829585

Browse files
Update README.md
Co-authored-by: Matias de Andrea <[email protected]>
1 parent e8102f5 commit 4829585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Available built-in validators include:
8282
- `FormBuilderValidators.hasLowercaseChars()` - requires the field's to contain a specified number of lowercase characters.
8383
- `FormBuilderValidators.hasNumericChars()` - requires the field's to contain a specified number of numeric characters.
8484
- `FormBuilderValidators.conditional()` - requires the field's to validate with another validator conditionally.
85-
- `FormBuilderValidators.conditional()` - requires the field's to be a valid password that matched required conditions.
85+
- `FormBuilderValidators.password()` - requires the field's to be a valid password that matched required conditions.
8686

8787
### Supported languages
8888

0 commit comments

Comments
 (0)