Skip to content

Commit bc77e18

Browse files
authored
Update README.md
1 parent adf2c7d commit bc77e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ You can find different layout examples **[here](https://github.com/onderonur/rea
119119
| onLoadMore | The callback function to execute when the 'onLoadMore' is triggered. | VoidFunction || |
120120
| rootMargin | We pass this to 'IntersectionObserver'. We can use it to configure when to trigger 'onLoadMore'. | string || |
121121
| disabled | Flag to stop infinite scrolling. Can be used in case of an error etc too. | boolean || |
122-
| delayInMs | How long it should wait before triggering 'onLoadMore'. | number || 100 |
122+
| delayInMs | How long it should wait before triggering 'onLoadMore' (in milliseconds). | number || 100 |
123123

124124
[build-badge]: https://img.shields.io/travis/user/repo/master.png?style=flat-square
125125
[build]: https://travis-ci.org/user/repo

0 commit comments

Comments
 (0)