Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielop authored Jul 30, 2021
1 parent bcc2993 commit f00fc9b
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 @@ -49,7 +49,7 @@ String accepts three arguments; trim (defaulted to true), maxLength, and minLeng

- **trim**: whether or not input value is sanitized with .trim()
- **maxLength**: max length of input value **after trimming, if the argument trim !== false**
- **minLength**: min length of input value **after trimming, if the argument trim !== false **
- **minLength**: min length of input value **after trimming, if the argument trim !== false**

## Footnotes

Expand Down

0 comments on commit f00fc9b

Please sign in to comment.