Skip to content

Commit 891adf3

Browse files
authored
doc: fix small grammatical error on Readme (#401)
Fix small grammatical error on Readme `you you` -> `you`
1 parent 2ce78b6 commit 891adf3

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
@@ -155,7 +155,7 @@ argument for the hooks.
155155
| **delay** 🧪 | number | undefined | false | A number indicating the minimum delay in milliseconds between notifications from this observer for a given target. This must be set to at least `100` if `trackVisibility` is `true`. |
156156
| **skip** | boolean | false | false | Skip creating the IntersectionObserver. You can use this to enable and disable the observer as needed. If `skip` is set while `inView`, the current state will still be kept. |
157157
| **triggerOnce** | boolean | false | false | Only trigger the observer once. |
158-
| **initialInView** | boolean | false | false | Set the initial value of the `inView` boolean. This can be used if you you expect the element to be in the viewport to start with, and you want to trigger something when it leaves. |
158+
| **initialInView** | boolean | false | false | Set the initial value of the `inView` boolean. This can be used if you expect the element to be in the viewport to start with, and you want to trigger something when it leaves. |
159159

160160
> ⚠️ When passing an array to `threshold`, store the array in a constant to
161161
> avoid the component re-rendering too often. For example:

0 commit comments

Comments
 (0)