Skip to content

Commit d728cad

Browse files
authored
Update README.md
1 parent f00fc9b commit d728cad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ Certain arguments accept typeArgs as outlined in pave type arguments, described
4848
String accepts three arguments; trim (defaulted to true), maxLength, and minLength.
4949

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

5454
## Footnotes
5555

0 commit comments

Comments
 (0)