Browse Source

doc: fix grammar in tls and timers

Replace 'a' with 'an' where appropriate.
v0.10.34-release
Brendan Ashworth 10 years ago
committed by Julien Gilli
parent
commit
5e503f45d2
  1. 2
      doc/api/timers.markdown
  2. 4
      doc/api/tls.markdown

2
doc/api/timers.markdown

@ -28,7 +28,7 @@ you can also pass arguments to the callback.
## clearInterval(intervalObject)
Stops a interval from triggering.
Stops an interval from triggering.
## unref()

4
doc/api/tls.markdown

@ -197,7 +197,7 @@ automatically set as a listener for the [secureConnection][] event. The
SecureContext). If `SNICallback` wasn't provided - default callback with
high-level API will be used (see below).
- `sessionIdContext`: A string containing a opaque identifier for session
- `sessionIdContext`: A string containing an opaque identifier for session
resumption. If `requestCert` is `true`, the default is MD5 hash value
generated from command-line. Otherwise, the default is not provided.
@ -421,7 +421,7 @@ connections using TLS or SSL.
`function (cleartextStream) {}`
This event is emitted after a new connection has been successfully
handshaked. The argument is a instance of [CleartextStream][]. It has all the
handshaked. The argument is an instance of [CleartextStream][]. It has all the
common stream methods and events.
`cleartextStream.authorized` is a boolean value which indicates if the

Loading…
Cancel
Save