Skip to content

Commit

Permalink
fix: correct description for delay option (#1175)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsheps authored Jan 21, 2025
1 parent e429094 commit 2edf14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export interface Options {

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

0 comments on commit 2edf14d

Please sign in to comment.