Skip to content

Commit 39baa2f

Browse files
Lms24chargome
andcommitted
Update packages/core/src/utils/timer.ts
Co-authored-by: Charly Gomez <charly.gomez@sentry.io>
1 parent 4d8a973 commit 39baa2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/utils/timer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Calls `unref` on a timer, if the method is available on @param timer.
33
*
4-
* `unred()` is used to allow processes to exit immediately, even if the timer
4+
* `unref()` is used to allow processes to exit immediately, even if the timer
55
* is still running and hasn't resolved yet.
66
*
77
* Use this in places where code can run on browser or server, since browsers

0 commit comments

Comments
 (0)