From d270f9d66afc07b909898673899c914ec0ccc8fc Mon Sep 17 00:00:00 2001 From: zcxsythenew <30565051+zcxsythenew@users.noreply.github.com> Date: Fri, 14 Feb 2020 18:21:22 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 014e357..50b4aa9 100644 --- a/README.md +++ b/README.md @@ -195,8 +195,8 @@ If type is `array`, there has four addition rule: - `itemType` - The type of every item in this array. - `rule` - An object that validate the items of the array. Only work with `itemType`. -- `max` - The maximun length of the array. -- `min` - The minimun lenght of the array. +- `max` - The maximum length of the array. +- `min` - The minimum lenght of the array. #### abbr