From 6c9def9df135cc1cc664c0412dd6e2cb3457db52 Mon Sep 17 00:00:00 2001 From: Bohan Wang Date: Fri, 21 Mar 2025 18:09:31 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a894d870..953f5d48 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ import List from 'rc-virtual-list'; | data | Data list | Array | - | | disabled | Disable scroll check. Usually used on animation control | boolean | false | | height | List height | number | - | -| itemHeight | Item minium height | number | - | +| itemHeight | Item minimum height | number | - | | itemKey | Match key with item | string | - | | styles | style | { horizontalScrollBar?: React.CSSProperties; horizontalScrollBarThumb?: React.CSSProperties; verticalScrollBar?: React.CSSProperties; verticalScrollBarThumb?: React.CSSProperties; } | - |