Skip to content

Commit 594b486

Browse files
committed
Fix typo in README.md
wil -> will
1 parent d955e88 commit 594b486

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ In order to write meaningful tests, the `IntersectionObserver` needs to be
254254
mocked. You can use the included `react-intersection-observer/test-utils` to
255255
help with this. It mocks the `IntersectionObserver`, and includes a few methods
256256
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
257+
value you can pass either a `boolean` value or a threshold between 0 and 1. It
258+
will emulate the real IntersectionObserver, allowing you to validate that your
259259
components are behaving as expected.
260260
261261
| Method | Description |

0 commit comments

Comments
 (0)