Skip to content

Commit 4085adf

Browse files
authored
Update user event's delay option to say milliseconds instead of seconds (#1334)
1 parent bfbf510 commit 4085adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-event/options.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The feature therefore will not constitute a breaking change.
3838
### delay
3939

4040
Between some subsequent inputs like typing a series of characters the code
41-
execution is delayed per `setTimeout` for (at least) `delay` seconds.
41+
execution is delayed per `setTimeout` for (at least) `delay` milliseconds.
4242

4343
This moves the next changes at least to the next macro task and allows other
4444
(asynchronous) code to run between events.

0 commit comments

Comments
 (0)