Skip to content

Commit e786656

Browse files
hefangshiaddaleax
authored andcommitted
doc: fix "timout" typo in timeout
Corrected to `timeout` PR-URL: #8231 Reviewed-By: Brian White <[email protected]> Reviewed-By: Yorkie Liu <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent a60ed89 commit e786656

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/timers.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ added: v0.9.1
5050
When called, the active `Timeout` object will not require the Node.js event loop
5151
to remain active. If there is no other activity keeping the event loop running,
5252
the process may exit before the `Timeout` object's callback is invoked. Calling
53-
`timout.unref()` multiple times will have no effect.
53+
`timeout.unref()` multiple times will have no effect.
5454

55-
*Note*: Calling `timout.unref()` creates an internal timer that will wake the
55+
*Note*: Calling `timeout.unref()` creates an internal timer that will wake the
5656
Node.js event loop. Creating too many of these can adversely impact performance
5757
of the Node.js application.
5858

0 commit comments

Comments
 (0)