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 f00fc9b commit d728cad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ Certain arguments accept typeArgs as outlined in pave type arguments, described
String accepts three arguments; trim (defaulted to true), maxLength, and minLength.

- **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**
- **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

## Footnotes

Expand Down

0 comments on commit d728cad

Please sign in to comment.