From f00fc9b9145bd90d676e1ea941681f562905b2da Mon Sep 17 00:00:00 2001 From: Nathaniel Pendy <76533062+nathanielop@users.noreply.github.com> Date: Fri, 30 Jul 2021 15:09:19 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21f605b..3adfcb0 100644 --- a/README.md +++ b/README.md @@ -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