File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ you can also pass arguments to the callback.
28
28
29
29
## clearInterval(intervalObject)
30
30
31
- Stops a interval from triggering.
31
+ Stops an interval from triggering.
32
32
33
33
## unref()
34
34
@@ -56,7 +56,7 @@ can also pass arguments to the callback.
56
56
57
57
Callbacks for immediates are queued in the order in which they were created.
58
58
The 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
60
60
until the next event loop iteration.
61
61
62
62
## 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
221
221
222
222
NOTE: Automatically shared between ` cluster ` module workers.
223
223
224
- - ` sessionIdContext ` : A string containing a opaque identifier for session
224
+ - ` sessionIdContext ` : A string containing an opaque identifier for session
225
225
resumption. If ` requestCert ` is ` true ` , the default is MD5 hash value
226
226
generated from command-line. Otherwise, the default is not provided.
227
227
@@ -501,7 +501,7 @@ connections using TLS or SSL.
501
501
` function (tlsSocket) {} `
502
502
503
503
This 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
505
505
common stream methods and events.
506
506
507
507
` socket.authorized ` is a boolean value which indicates if the
You can’t perform that action at this time.
0 commit comments