Skip to content

Commit 2edf14d

Browse files
authoredJan 21, 2025··
fix: correct description for delay option (#1175)
1 parent e429094 commit 2edf14d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/options.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export interface Options {
3737

3838
/**
3939
* Between some subsequent inputs like typing a series of characters
40-
* the code execution is delayed per `setTimeout` for (at least) `delay` seconds.
40+
* the code execution is delayed per `setTimeout` for (at least) `delay` milliseconds.
4141
* This moves the next changes at least to next macro task
4242
* and allows other (asynchronous) code to run between events.
4343
*

0 commit comments

Comments
 (0)
Please sign in to comment.