Skip to content

Commit c23e88a

Browse files
authored
chore: Fix prop name in README
1 parent f0cc239 commit c23e88a

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
@@ -117,7 +117,7 @@ Interactive password strength meter based on [zxcvbn](https://github.com/dropbox
117117
| labelHide | String | 'Hide Password' | Label for the hide icon
118118
| labelShow | String | 'Show Password' | Label for the show icon
119119
| autocomplete | String | 'new-password' | Input field autocomplete property
120-
| userInput | Array | empty array | Array of strings that zxcvbn will treat as an extra dictionary
120+
| userInputs | Array | empty array | Array of strings that zxcvbn will treat as an extra dictionary
121121

122122
## Events
123123

0 commit comments

Comments
 (0)