From 1bbc2c682a63a3f4ae3a20892aeebf2e17a1b738 Mon Sep 17 00:00:00 2001 From: Syuhei Kobayashi Date: Sat, 12 Nov 2016 16:36:09 +0900 Subject: [PATCH] doc: fix typo in doc/tls.md fix doc/tls.md: line 762 836 1026 e.g., => e.g. Fixes: https://github.com/nodejs/code-and-learn/issues/58 PR-URL: https://github.com/nodejs/node/pull/9566 Reviewed-By: Roman Reiss Reviewed-By: Anna Henningsen Reviewed-By: Luigi Pinca Reviewed-By: Shigeki Ohtsu --- doc/api/tls.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/tls.md b/doc/api/tls.md index 6180d91b667e67..e1edcc8d053f71 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -759,7 +759,7 @@ added: v0.11.3 to be used when checking the server's hostname against the certificate. This should throw an error if verification fails. The method should return `undefined` if the `servername` and `cert` are verified. - * `secureProtocol` {string} The SSL method to use, e.g., `SSLv3_method` to + * `secureProtocol` {string} The SSL method to use, e.g. `SSLv3_method` to force SSL version 3. The possible values depend on the version of OpenSSL installed in the environment and are defined in the constant [SSL_METHODS][]. @@ -833,7 +833,7 @@ added: v0.11.3 to be used when checking the server's hostname against the certificate. This should throw an error if verification fails. The method should return `undefined` if the `servername` and `cert` are verified. - * `secureProtocol` {string} The SSL method to use, e.g., `SSLv3_method` to + * `secureProtocol` {string} The SSL method to use, e.g. `SSLv3_method` to force SSL version 3. The possible values depend on the version of OpenSSL installed in the environment and are defined in the constant [SSL_METHODS][]. @@ -1023,7 +1023,7 @@ added: v0.3.2 session resumption. If `requestCert` is `true`, the default is a 128 bit truncated SHA1 hash value generated from the command-line. Otherwise, a default is not provided. - * `secureProtocol` {string} The SSL method to use, e.g., `SSLv3_method` to + * `secureProtocol` {string} The SSL method to use, e.g. `SSLv3_method` to force SSL version 3. The possible values depend on the version of OpenSSL installed in the environment and are defined in the constant [SSL_METHODS][].