Skip to content

Commit 3f944e3

Browse files
masiousMasoud Bonabi
and
Masoud Bonabi
authored
chore: Pr/fix typo in docs (#671)
* Changes "The current value or" to "the current value of" in the docs * Adds masious as a contributor Co-authored-by: Masoud Bonabi <Masoud.Bonabi@snappgroup.net>
1 parent 95d2340 commit 3f944e3

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.all-contributorsrc

+9
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,15 @@
584584
"contributions": [
585585
"test"
586586
]
587+
},
588+
{
589+
"login": "masious",
590+
"name": "Masious",
591+
"avatar_url": "https://avatars.githubusercontent.com/u/6429009?v=4",
592+
"profile": "https://www.facebook.com/masoud.bonabi",
593+
"contributions": [
594+
"doc"
595+
]
587596
}
588597
],
589598
"skipCi": true,

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
248248
<td align="center"><a href="https://github.com/bdwain"><img src="https://avatars.githubusercontent.com/u/3982094?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Bryan Wain</b></sub></a><br /><a href="https://github.com/testing-library/react-hooks-testing-library/issues?q=author%3Abdwain" title="Bug reports">🐛</a> <a href="https://github.com/testing-library/react-hooks-testing-library/pulls?q=is%3Apr+reviewed-by%3Abdwain" title="Reviewed Pull Requests">👀</a></td>
249249
<td align="center"><a href="https://github.com/snowystinger"><img src="https://avatars.githubusercontent.com/u/698229?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Robert Snow</b></sub></a><br /><a href="https://github.com/testing-library/react-hooks-testing-library/commits?author=snowystinger" title="Tests">⚠️</a></td>
250250
<td align="center"><a href="https://github.com/chris110408"><img src="https://avatars.githubusercontent.com/u/10645051?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Chris Chen</b></sub></a><br /><a href="https://github.com/testing-library/react-hooks-testing-library/commits?author=chris110408" title="Tests">⚠️</a></td>
251+
<td align="center"><a href="https://www.facebook.com/masoud.bonabi"><img src="https://avatars.githubusercontent.com/u/6429009?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Masious</b></sub></a><br /><a href="https://github.com/testing-library/react-hooks-testing-library/commits?author=masious" title="Documentation">📖</a></td>
251252
</tr>
252253
</table>
253254

docs/api-reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The `renderHook` function returns an object that has the following properties:
6868
}
6969
```
7070

71-
The `current` value or the `result` will reflect the latest of whatever is returned from the
71+
The `current` value of the `result` will reflect the latest of whatever is returned from the
7272
`callback` passed to `renderHook`. Any thrown values from the latest call will be reflected in the
7373
`error` value of the `result`. The `all` value is an array containing all the returns (including the
7474
most recent) from the callback. These could be `result` or an `error` depending on what the callback

0 commit comments

Comments
 (0)