Skip to content

Commit 54bb53b

Browse files
committed
docs: fix typo in tls API docs
1 parent ad31e5a commit 54bb53b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/tls.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ client has verified by one of the supplied certificate authorities for the
129129
server. If `cleartextStream.authorized` is false, then
130130
`cleartextStream.authorizationError` is set to describe how authorization
131131
failed. Implied but worth mentioning: depending on the settings of the TLS
132-
server, you unauthorized connections may be accepted.
132+
server, unauthorized connections may be accepted.
133133

134134

135135
#### server.listen(port, [host], [callback])

0 commit comments

Comments
 (0)