We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 591f9cb commit 4c384c9Copy full SHA for 4c384c9
docs/web-testing-library/api.mdx
@@ -50,7 +50,7 @@ your callback again until that promise rejects. This allows you to `waitFor`
50
things that must be checked asynchronously.
51
52
The default `interval` is `50ms`. However, it runs your callback
53
-immediatelybefore starting the intervals.
+immediately before starting the intervals.
54
55
The `onTimeout` callback receives the error with which `waitFor` should reject.
56
You can return a more detailed error with which `waitFor` should reject. For
0 commit comments