Skip to content

Commit 4c384c9

Browse files
Update docs/web-testing-library/api.mdx
Co-authored-by: Tim Deschryver <[email protected]>
1 parent 591f9cb commit 4c384c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/web-testing-library/api.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ your callback again until that promise rejects. This allows you to `waitFor`
5050
things that must be checked asynchronously.
5151

5252
The default `interval` is `50ms`. However, it runs your callback
53-
immediatelybefore starting the intervals.
53+
immediately before starting the intervals.
5454

5555
The `onTimeout` callback receives the error with which `waitFor` should reject.
5656
You can return a more detailed error with which `waitFor` should reject. For

0 commit comments

Comments
 (0)