File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ added: v0.3.0
404404* ` eventName ` {string|symbol} The name of the event.
405405* ` listener ` {Function} The callback function
406406
407- Adds a ** one time** ` listener ` function for the event named ` eventName ` . The
407+ Adds a ** one- time** ` listener ` function for the event named ` eventName ` . The
408408next time ` eventName ` is triggered, this listener is removed and then invoked.
409409
410410``` js
@@ -459,7 +459,7 @@ added: v6.0.0
459459* ` eventName ` {string|symbol} The name of the event.
460460* ` listener ` {Function} The callback function
461461
462- Adds a ** one time** ` listener ` function for the event named ` eventName ` to the
462+ Adds a ** one- time** ` listener ` function for the event named ` eventName ` to the
463463* beginning* of the listeners array. The next time ` eventName ` is triggered, this
464464listener is removed, and then invoked.
465465
Original file line number Diff line number Diff line change @@ -1570,7 +1570,7 @@ This function allows one to transparently issue requests.
15701570` options ` can be an object or a string. If ` options ` is a string, it is
15711571automatically parsed with [ ` url.parse() ` ] [ ] .
15721572
1573- The optional ` callback ` parameter will be added as a one time listener for
1573+ The optional ` callback ` parameter will be added as a one- time listener for
15741574the [ ` 'response' ` ] [ ] event.
15751575
15761576` http.request() ` returns an instance of the [ ` http.ClientRequest ` ] [ ]
Original file line number Diff line number Diff line change @@ -694,7 +694,7 @@ or [`destroy()`][] the socket.
694694
695695If ` timeout ` is 0, then the existing idle timeout is disabled.
696696
697- The optional ` callback ` parameter will be added as a one time listener for the
697+ The optional ` callback ` parameter will be added as a one- time listener for the
698698[ ` 'timeout' ` ] [ ] event.
699699
700700### socket.unref()
You can’t perform that action at this time.
0 commit comments