Skip to content

Commit 0e8f0cc

Browse files
committed
comments for more info
1 parent 6302a07 commit 0e8f0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/examples/InfiniteListSimple.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function SimpleInfiniteList() {
3838
))}
3939
{/*
4040
As long as we have a "next page", we show "Loading" right under the list.
41-
When it becomes visible on the screen, or it becomes near, it triggers 'onLoadMore'.
41+
When it becomes visible on the screen, or it comes near, it triggers 'onLoadMore'.
4242
This is our "sentry".
4343
We can also use another "sentry" which is separated from the "Loading" component like:
4444
<div ref={infiniteRef} />

0 commit comments

Comments
 (0)