Skip to content

Commit

Permalink
Fix typo (facebook#36956)
Browse files Browse the repository at this point in the history
Summary:
Fixing a simple typo

## Changelog:
Not applicable

Pull Request resolved: facebook#36956

Test Plan: Not applicable

Reviewed By: NickGerleman

Differential Revision: D45085878

Pulled By: cortinico

fbshipit-source-id: 2b338c7a68cdbc38da85d74acaae3854df561cfe
  • Loading branch information
BrodaNoel authored and jeongshin committed May 7, 2023
1 parent a418630 commit bab98d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/virtualized-lists/Lists/VirtualizedList.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export interface VirtualizedListWithoutRenderItemProps<ItemT>

/**
* 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;
Expand Down

0 comments on commit bab98d9

Please sign in to comment.