File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ you can also pass arguments to the callback.
2828
2929## clearInterval(intervalObject)
3030
31- Stops a interval from triggering.
31+ Stops an interval from triggering.
3232
3333## unref()
3434
@@ -56,7 +56,7 @@ can also pass arguments to the callback.
5656
5757Callbacks for immediates are queued in the order in which they were created.
5858The entire callback queue is processed every event loop iteration. If you queue
59- an immediate from a inside an executing callback that immediate won't fire
59+ an immediate from inside an executing callback, that immediate won't fire
6060until the next event loop iteration.
6161
6262## clearImmediate(immediateObject)
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ automatically set as a listener for the [secureConnection][] event. The
221221
222222 NOTE: Automatically shared between ` cluster ` module workers.
223223
224- - ` sessionIdContext ` : A string containing a opaque identifier for session
224+ - ` sessionIdContext ` : A string containing an opaque identifier for session
225225 resumption. If ` requestCert ` is ` true ` , the default is MD5 hash value
226226 generated from command-line. Otherwise, the default is not provided.
227227
@@ -501,7 +501,7 @@ connections using TLS or SSL.
501501` function (tlsSocket) {} `
502502
503503This event is emitted after a new connection has been successfully
504- handshaked. The argument is a instance of [ tls.TLSSocket] [ ] . It has all the
504+ handshaked. The argument is an instance of [ tls.TLSSocket] [ ] . It has all the
505505common stream methods and events.
506506
507507` socket.authorized ` is a boolean value which indicates if the
You can’t perform that action at this time.
0 commit comments