We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfbf510 commit 4085adfCopy full SHA for 4085adf
docs/user-event/options.mdx
@@ -38,7 +38,7 @@ The feature therefore will not constitute a breaking change.
38
### delay
39
40
Between some subsequent inputs like typing a series of characters the code
41
-execution is delayed per `setTimeout` for (at least) `delay` seconds.
+execution is delayed per `setTimeout` for (at least) `delay` milliseconds.
42
43
This moves the next changes at least to the next macro task and allows other
44
(asynchronous) code to run between events.
0 commit comments