Skip to content

Commit a1e76d2

Browse files
committed
Fix readme type
1 parent ff68ee8 commit a1e76d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ By default, `$interval ` will run your function every `nth` millisecond when bro
9999
| Property | Description |
100100
| --- | --- |
101101
| `timer` | Timer in milliseconds. |
102-
| `delay` | Delay the first run. N.B. The first run is also relayed by the timer time. |
102+
| `delay` | Delay the first run. N.B. The first run is also delayed by the timer time. |
103103
| `forceInterval` | Ignore the browser animation request mechinism. Default is false |
104104

105105
> ⚠️ We also add a hidden property `autoIntervalTest` that will play/pause the timer depending on it's "truthyness"

0 commit comments

Comments
 (0)