From ff78b0efb427683931df470d15ce0e78e0444a48 Mon Sep 17 00:00:00 2001 From: Hampus Kraft Date: Sat, 9 May 2020 09:19:15 +0200 Subject: [PATCH] docs: fix incorrect variable names --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 547ba002..b1bb48da 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,7 @@ function RowVirtualizerFixed() { ```js const { - items: [ + virtualItems: [ { index, start, size, end, measureRef }, /* ... */ ], @@ -307,7 +307,7 @@ const { ### Returns -- `items: Array` +- `virtualItems: Array` - `item: Object` - `index: Integer` - The index of the item