From 54bb53bf32f53f1a4aba962af22170af7fb19b75 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Sun, 7 Aug 2011 23:30:03 +0200 Subject: [PATCH] docs: fix typo in tls API docs --- doc/api/tls.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/tls.markdown b/doc/api/tls.markdown index e4ded41a775..305096c85ad 100644 --- a/doc/api/tls.markdown +++ b/doc/api/tls.markdown @@ -129,7 +129,7 @@ client has verified by one of the supplied certificate authorities for the server. If `cleartextStream.authorized` is false, then `cleartextStream.authorizationError` is set to describe how authorization 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])