Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
doc: fix grammar in tls and timers
Browse files Browse the repository at this point in the history
Replace 'a' with 'an' where appropriate.
  • Loading branch information
brendanashworth authored and Julien Gilli committed Dec 5, 2014
1 parent 8c86898 commit 5e503f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/api/timers.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down
4 changes: 2 additions & 2 deletions doc/api/tls.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5e503f4

Please sign in to comment.