We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8a973 commit 39baa2fCopy full SHA for 39baa2f
packages/core/src/utils/timer.ts
@@ -1,7 +1,7 @@
1
/**
2
* Calls `unref` on a timer, if the method is available on @param timer.
3
*
4
- * `unred()` is used to allow processes to exit immediately, even if the timer
+ * `unref()` is used to allow processes to exit immediately, even if the timer
5
* is still running and hasn't resolved yet.
6
7
* Use this in places where code can run on browser or server, since browsers
0 commit comments