From fbcf5a35aaf4b8cd1e61a3c4e5c0e047398b8e4e Mon Sep 17 00:00:00 2001 From: Broda Noel Date: Tue, 18 Apr 2023 15:15:19 +0100 Subject: [PATCH] Fix typo --- packages/virtualized-lists/Lists/VirtualizedList.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/virtualized-lists/Lists/VirtualizedList.d.ts b/packages/virtualized-lists/Lists/VirtualizedList.d.ts index fc000b5f15caeb..a2740604155767 100644 --- a/packages/virtualized-lists/Lists/VirtualizedList.d.ts +++ b/packages/virtualized-lists/Lists/VirtualizedList.d.ts @@ -267,7 +267,7 @@ export interface VirtualizedListWithoutRenderItemProps /** * The maximum number of items to render in each incremental render batch. The more rendered at - * once, the better the fill rate, but responsiveness my suffer because rendering content may + * once, the better the fill rate, but responsiveness may suffer because rendering content may * interfere with responding to button taps or other interactions. */ maxToRenderPerBatch?: number | undefined;