Skip to content

Commit

Permalink
Update virtualizedlist.md (#4050)
Browse files Browse the repository at this point in the history
* Update virtualizedlist.md

Typo

* updated versioned docs
  • Loading branch information
jeromey authored Mar 13, 2024
1 parent 0691fff commit 38aa0d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/virtualizedlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ The maximum number of items to render in each incremental render batch. The more
### `onEndReached`
Called once when the scroll position gets within within `onEndReachedThreshold` from the logical end of the list.
Called once when the scroll position gets within `onEndReachedThreshold` from the logical end of the list.
| Type |
| ------------------------------------------- |
Expand Down Expand Up @@ -463,7 +463,7 @@ Used to handle failures when scrolling to an index that has not been measured ye
### `onStartReached`
Called once when the scroll position gets within within `onStartReachedThreshold` from the logical start of the list.
Called once when the scroll position gets within `onStartReachedThreshold` from the logical start of the list.
| Type |
| --------------------------------------------- |
Expand Down
4 changes: 2 additions & 2 deletions website/versioned_docs/version-0.72/virtualizedlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ The maximum number of items to render in each incremental render batch. The more
### `onEndReached`
Called once when the scroll position gets within within `onEndReachedThreshold` from the logical end of the list.
Called once when the scroll position gets within `onEndReachedThreshold` from the logical end of the list.
| Type |
| ------------------------------------------- |
Expand Down Expand Up @@ -463,7 +463,7 @@ Used to handle failures when scrolling to an index that has not been measured ye
### `onStartReached`
Called once when the scroll position gets within within `onStartReachedThreshold` from the logical start of the list.
Called once when the scroll position gets within `onStartReachedThreshold` from the logical start of the list.
| Type |
| --------------------------------------------- |
Expand Down
4 changes: 2 additions & 2 deletions website/versioned_docs/version-0.73/virtualizedlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ The maximum number of items to render in each incremental render batch. The more
### `onEndReached`
Called once when the scroll position gets within within `onEndReachedThreshold` from the logical end of the list.
Called once when the scroll position gets within `onEndReachedThreshold` from the logical end of the list.
| Type |
| ------------------------------------------- |
Expand Down Expand Up @@ -463,7 +463,7 @@ Used to handle failures when scrolling to an index that has not been measured ye
### `onStartReached`
Called once when the scroll position gets within within `onStartReachedThreshold` from the logical start of the list.
Called once when the scroll position gets within `onStartReachedThreshold` from the logical start of the list.
| Type |
| --------------------------------------------- |
Expand Down

0 comments on commit 38aa0d7

Please sign in to comment.