Skip to content

Commit 642c6a4

Browse files
fix: udpate comment to detector options parameter
1 parent de8e19d commit 642c6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detectors/MissingStreamDataDetector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
import BaseIssueDetector from './BaseIssueDetector';
1010

1111
interface MissingStreamDetectorParams {
12-
timeoutMs?: number; // delay to report the issue no more often then once specified value
12+
timeoutMs?: number; // delay to report the issue no more often then once per specified timeout
1313
steps?: number; // number of last stats to check
1414
}
1515

0 commit comments

Comments
 (0)