From 1a335bfb388038135ddb9bf9630fd180bcc2901e Mon Sep 17 00:00:00 2001 From: sameem786-blip Date: Fri, 1 Oct 2021 13:58:55 +0500 Subject: [PATCH] corrected typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d60e69..adbd49f 100644 --- a/README.md +++ b/README.md @@ -391,7 +391,7 @@ const ScrollContent = () => { > If you want to turn off the hook, in the render call, pass a falsy value, e.g. `useObserveScrollPosition(false)`. -Please note that the observer will called very frequently, it is recommended: +Please note that the observer will be called very frequently, it is recommended: - Only observe the scroll position when needed - Don't put too much logic inside the callback function