Skip to content

Commit f1b3d11

Browse files
committed
Fix typo in comment
Signed-off-by: Joe Farro <joef@uber.com>
1 parent 074340c commit f1b3d11

File tree

1 file changed

+1
-2
lines changed
  • packages/jaeger-ui/src/components/TracePage

1 file changed

+1
-2
lines changed

packages/jaeger-ui/src/components/TracePage/Tween.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ export default class Tween {
5757
this.callbackComplete = onComplete;
5858
this.callbackUpdate = onUpdate;
5959
if (delay) {
60-
// @types/node sets the return type of setTieout to NodeJS.Timeout, so prefix
61-
// with `window.`
60+
// setTimeout from @types/node returns NodeJS.Timeout, so prefix with `window.`
6261
this.timeoutID = window.setTimeout(this._frameCallback, delay);
6362
this.requestID = undefined;
6463
} else {

0 commit comments

Comments
 (0)