summaryrefslogtreecommitdiff
path: root/doc/api/tls.md
diff options
context:
space:
mode:
authorPaul Bininda <paul@bininda.com>2017-06-02 07:54:15 -0400
committerRefael Ackermann <refack@gmail.com>2017-06-04 18:45:02 -0400
commit7637347ae670e2bcee7b2da2f4731dec9065431e (patch)
treeca5382ece82b55e216e95593ff21fb2c8d694b79 /doc/api/tls.md
parent4d89e3c261ebd67baf4ac3d17033419e1b3075f2 (diff)
downloadandroid-node-v8-7637347ae670e2bcee7b2da2f4731dec9065431e.tar.gz
android-node-v8-7637347ae670e2bcee7b2da2f4731dec9065431e.tar.bz2
android-node-v8-7637347ae670e2bcee7b2da2f4731dec9065431e.zip
doc: add missing backticks to doc/api/tls.md
PR-URL: https://github.com/nodejs/node/pull/13394 Fixes: https://github.com/nodejs/node/issues/13382 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/tls.md')
-rw-r--r--doc/api/tls.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/tls.md b/doc/api/tls.md
index 6fabd83d9c..6229c7a79f 100644
--- a/doc/api/tls.md
+++ b/doc/api/tls.md
@@ -782,7 +782,7 @@ changes:
verification fails; `err.code` contains the OpenSSL error code. Defaults to
`true`.
* `NPNProtocols` {string[]|Buffer[]|Uint8Array[]|Buffer|Uint8Array}
- An array of strings, Buffer`s or `Uint8Array`s, or a single `Buffer` or
+ An array of strings, `Buffer`s or `Uint8Array`s, or a single `Buffer` or
`Uint8Array` containing supported NPN protocols. `Buffer`s should have the
format `[len][name][len][name]...` e.g. `0x05hello0x05world`, where the
first byte is the length of the next protocol name. Passing an array is
@@ -1034,7 +1034,7 @@ changes:
connection which is not authorized with the list of supplied CAs. This
option only has an effect if `requestCert` is `true`. Defaults to `true`.
* `NPNProtocols` {string[]|Buffer[]|Uint8Array[]|Buffer|Uint8Array}
- An array of strings, Buffer`s or `Uint8Array`s, or a single `Buffer` or
+ An array of strings, `Buffer`s or `Uint8Array`s, or a single `Buffer` or
`Uint8Array` containing supported NPN protocols. `Buffer`s should have the
format `[len][name][len][name]...` e.g. `0x05hello0x05world`, where the
first byte is the length of the next protocol name. Passing an array is