From 5e582b47275296aad171af843c34954ea924a598 Mon Sep 17 00:00:00 2001 From: gdi2290 Date: Sun, 21 Dec 2014 10:24:05 -0800 Subject: [PATCH] doc: fix grammar in tls and timers Replace 'a' with 'an' where appropriate --- doc/api/timers.markdown | 2 +- doc/api/tls.markdown | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/timers.markdown b/doc/api/timers.markdown index 92af0b64b4e07b..6ee01e5827f54b 100644 --- a/doc/api/timers.markdown +++ b/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() diff --git a/doc/api/tls.markdown b/doc/api/tls.markdown index 17172239c540dc..ea0b48186f6bc2 100644 --- a/doc/api/tls.markdown +++ b/doc/api/tls.markdown @@ -221,7 +221,7 @@ automatically set as a listener for the [secureConnection][] event. The NOTE: Automatically shared between `cluster` module workers. - - `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. @@ -503,7 +503,7 @@ connections using TLS or SSL. `function (tlsSocket) {}` This event is emitted after a new connection has been successfully -handshaked. The argument is a instance of [tls.TLSSocket][]. It has all the +handshaked. The argument is an instance of [tls.TLSSocket][]. It has all the common stream methods and events. `socket.authorized` is a boolean value which indicates if the