Skip to content

Commit

Permalink
docs: Fix typos in api-reference.md (#557)
Browse files Browse the repository at this point in the history
* Fix typos in api-reference.md

* Add as contributor
  • Loading branch information
mrseanbaines committed Feb 6, 2021
1 parent 654a33f commit 159ad0e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,15 @@
"review",
"code"
]
},
{
"login": "mrseanbaines",
"name": "Sean Baines",
"avatar_url": "https://avatars.githubusercontent.com/u/24367010?v=4",
"profile": "https://seanbaines.com/",
"contributions": [
"doc"
]
}
],
"skipCi": true,
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [The problem](#the-problem)
- [The solution](#the-solution)
- [When to use this library](#when-to-use-this-library)
Expand Down Expand Up @@ -233,6 +234,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center"><a href="https://github.com/jonkoops"><img src="https://avatars2.githubusercontent.com/u/695720?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jon Koops</b></sub></a><br /><a href="https://github.com/testing-library/react-hooks-testing-library/commits?author=jonkoops" title="Code">馃捇</a></td>
<td align="center"><a href="https://github.com/jpeyper"><img src="https://avatars2.githubusercontent.com/u/6560018?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jonathan Peyper</b></sub></a><br /><a href="https://github.com/testing-library/react-hooks-testing-library/pulls?q=is%3Apr+reviewed-by%3Ajpeyper" title="Reviewed Pull Requests">馃憖</a> <a href="https://github.com/testing-library/react-hooks-testing-library/commits?author=jpeyper" title="Code">馃捇</a></td>
</tr>
<tr>
<td align="center"><a href="https://seanbaines.com/"><img src="https://avatars.githubusercontent.com/u/24367010?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Sean Baines</b></sub></a><br /><a href="https://github.com/testing-library/react-hooks-testing-library/commits?author=mrseanbaines" title="Documentation">馃摉</a></td>
</tr>
</table>

<!-- markdownlint-restore -->
Expand Down
3 changes: 2 additions & 1 deletion docs/api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,4 +314,5 @@ of the [other non-pure imports](/installation#pure-imports)) instead of the regu
If neither of these approaches are suitable, setting the `RHTL_DISABLE_ERROR_FILTERING` environment
variable to `true` before importing `@testing-library/react-hooks` will also disable this feature.
> Please note that this may result is a significant amount of additional logging in you test output.
> Please note that this may result in a significant amount of additional logging in your test
> output.

0 comments on commit 159ad0e

Please sign in to comment.