We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d955e88 commit 594b486Copy full SHA for 594b486
1 file changed
README.md
@@ -254,8 +254,8 @@ In order to write meaningful tests, the `IntersectionObserver` needs to be
254
mocked. You can use the included `react-intersection-observer/test-utils` to
255
help with this. It mocks the `IntersectionObserver`, and includes a few methods
256
to assist with faking the `inView` state. When setting the `isIntersecting`
257
-value you can pass either a `boolean` value or a threshold between 0 and 1.It
258
-wil emulate the real IntersectionObserver, allowing you to validate that your
+value you can pass either a `boolean` value or a threshold between 0 and 1. It
+will emulate the real IntersectionObserver, allowing you to validate that your
259
components are behaving as expected.
260
261
| Method | Description |
0 commit comments