Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 159ad0e

Browse files
docs: Fix typos in api-reference.md (testing-library#557)
* Fix typos in api-reference.md * Add as contributor
1 parent 654a33f commit 159ad0e

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

‎.all-contributorsrc‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,15 @@
474474
"review",
475475
"code"
476476
]
477+
},
478+
{
479+
"login": "mrseanbaines",
480+
"name": "Sean Baines",
481+
"avatar_url": "https://avatars.githubusercontent.com/u/24367010?v=4",
482+
"profile": "https://seanbaines.com/",
483+
"contributions": [
484+
"doc"
485+
]
477486
}
478487
],
479488
"skipCi": true,

‎README.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
4343
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
4444

45+
4546
- [The problem](#the-problem)
4647
- [The solution](#the-solution)
4748
- [When to use this library](#when-to-use-this-library)
@@ -233,6 +234,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
233234
<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>
234235
<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>
235236
</tr>
237+
<tr>
238+
<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>
239+
</tr>
236240
</table>
237241

238242
<!-- markdownlint-restore -->

‎docs/api-reference.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,4 +314,5 @@ of the [other non-pure imports](/installation#pure-imports)) instead of the regu
314314
If neither of these approaches are suitable, setting the `RHTL_DISABLE_ERROR_FILTERING` environment
315315
variable to `true` before importing `@testing-library/react-hooks` will also disable this feature.
316316
317-
> Please note that this may result is a significant amount of additional logging in you test output.
317+
> Please note that this may result in a significant amount of additional logging in your test
318+
> output.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /