mirror of https://github.com/nodejs/node.git
docs: fix typo in tls API docs
parent
ad31e5af56
commit
54bb53bf32
|
@ -129,7 +129,7 @@ client has verified by one of the supplied certificate authorities for the
|
||||||
server. If `cleartextStream.authorized` is false, then
|
server. If `cleartextStream.authorized` is false, then
|
||||||
`cleartextStream.authorizationError` is set to describe how authorization
|
`cleartextStream.authorizationError` is set to describe how authorization
|
||||||
failed. Implied but worth mentioning: depending on the settings of the TLS
|
failed. Implied but worth mentioning: depending on the settings of the TLS
|
||||||
server, you unauthorized connections may be accepted.
|
server, unauthorized connections may be accepted.
|
||||||
|
|
||||||
|
|
||||||
#### server.listen(port, [host], [callback])
|
#### server.listen(port, [host], [callback])
|
||||||
|
|
Loading…
Reference in New Issue