Skip to content

Commit 189b89b

Browse files
committed
Update contributing
1 parent 6771749 commit 189b89b

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

3-
Thanks for wanting to make contribution and wanting to improve this library for everyone!
3+
Thanks for wanting to make a contribution and wanting to improve this library for everyone!
44

55
## Project setup
66

@@ -29,12 +29,11 @@ Please make sure to run the tests before you commit your changes. You can do so
2929

3030
### Update Typings
3131

32-
The TypeScript type definitions are in the
33-
[DefinitelyTyped repo](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/testing-library__react-hooks)
32+
The TypeScript type definitions can be found in the [DefinitelyTyped repo](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/testing-library__react-hooks).
3433

3534
## Help needed
3635

37-
Please checkout the
38-
[the open issues](https://github.com/testing-library/react-hooks-testing-library/issues)
36+
Please check out the
37+
[the open issues](https://github.com/testing-library/react-hooks-testing-library/issues).
3938

4039
Also, please watch the repo and respond to questions/bug reports/feature requests! Thanks!

docs/api-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ An options object to modify the execution of the `callback` function. See the
4242

4343
## `renderHook` Options
4444

45-
The `renderHook` method accepts the following options as the second parameter:
45+
The `renderHook` function accepts the following options as the second parameter:
4646

4747
### `initialProps`
4848

@@ -55,7 +55,7 @@ providers from `React.createContext` for the hook to access with `useContext`.
5555

5656
## `renderHook` Result
5757

58-
The `renderHook` method returns an object that has the following properties:
58+
The `renderHook` function returns an object that has the following properties:
5959

6060
### `result`
6161

0 commit comments

Comments
 (0)