Skip to content

Commit 591f9cb

Browse files
Apply suggestions
Co-authored-by: Tim Deschryver <[email protected]>
1 parent 1d56515 commit 591f9cb

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/web-testing-library/api.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ This can be useful if you have a unit test that mocks API calls and you need to
4545
wait for your mock promises to all resolve.
4646

4747
If you return a promise in the `waitFor` callback (either explicitly or
48-
implicitly with `async` syntax), then the `waitFor` utility will not call your
49-
callback again until that promise rejects. This allows you to `waitFor` things
50-
that must be checked asynchronously.
48+
implicitly with the `async` syntax), then the `waitFor` utility does not call
49+
your callback again until that promise rejects. This allows you to `waitFor`
50+
things that must be checked asynchronously.
5151

5252
The default `interval` is `50ms`. However, it runs your callback
5353
immediatelybefore starting the intervals.

docs/web-testing-library/install.mdx

-1
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,3 @@ Links
7777
-->
7878

7979
[npm]: https://www.npmjs.com/
80-
[node]: https://nodejs.org

0 commit comments

Comments
 (0)