Skip to content

Commit 6c56bbd

Browse files
pbinindajasnell
authored andcommitted
doc: add missing backticks to doc/api/tls.md
PR-URL: #13394 Fixes: #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>
1 parent d4d138c commit 6c56bbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/tls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ changes:
782782
verification fails; `err.code` contains the OpenSSL error code. Defaults to
783783
`true`.
784784
* `NPNProtocols` {string[]|Buffer[]|Uint8Array[]|Buffer|Uint8Array}
785-
An array of strings, Buffer`s or `Uint8Array`s, or a single `Buffer` or
785+
An array of strings, `Buffer`s or `Uint8Array`s, or a single `Buffer` or
786786
`Uint8Array` containing supported NPN protocols. `Buffer`s should have the
787787
format `[len][name][len][name]...` e.g. `0x05hello0x05world`, where the
788788
first byte is the length of the next protocol name. Passing an array is
@@ -1034,7 +1034,7 @@ changes:
10341034
connection which is not authorized with the list of supplied CAs. This
10351035
option only has an effect if `requestCert` is `true`. Defaults to `true`.
10361036
* `NPNProtocols` {string[]|Buffer[]|Uint8Array[]|Buffer|Uint8Array}
1037-
An array of strings, Buffer`s or `Uint8Array`s, or a single `Buffer` or
1037+
An array of strings, `Buffer`s or `Uint8Array`s, or a single `Buffer` or
10381038
`Uint8Array` containing supported NPN protocols. `Buffer`s should have the
10391039
format `[len][name][len][name]...` e.g. `0x05hello0x05world`, where the
10401040
first byte is the length of the next protocol name. Passing an array is

0 commit comments

Comments
 (0)