Skip to content

Commit 4da97a2

Browse files
committed
fixed typo in README
1 parent 1e82ec2 commit 4da97a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ You don't really want to write a component solely for testing this hook and have
2727

2828
## The solution
2929

30-
The `react-hooks-testing-library` is build on top of the wonderful [`react-testing-library`](http://npm.im/react-testing-library) to create a simple test harness for React hooks that handles running them within the body of a function component, as well as providing various useful utility functions for updating the inputs and retrieving the outputs of your amazing custom hook.
30+
The `react-hooks-testing-library` is built on top of the wonderful [`react-testing-library`](http://npm.im/react-testing-library) to create a simple test harness for React hooks that handles running them within the body of a function component, as well as providing various useful utility functions for updating the inputs and retrieving the outputs of your amazing custom hook.
3131

32-
Using this library, you do not have to concern yourself with how the to interact construct, render or interact with the react component in order to test your hook. You can just use the hook directly and assert the resulting values.
32+
Using this library, you do not have to concern yourself with how to interact, construct, render or interact with the react component in order to test your hook. You can just use the hook directly and assert the results.
3333

3434
### When to use this library
3535

0 commit comments

Comments
 (0)