From 1efd26157289ae52bf190dd044daf92b1db8fb80 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 12 Apr 2010 16:27:04 -0700 Subject: [PATCH] doc typo --- doc/api.markdown | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/api.markdown b/doc/api.markdown index 525743c3a4a..00d43069d2b 100644 --- a/doc/api.markdown +++ b/doc/api.markdown @@ -1367,9 +1367,7 @@ is ready to accept connections. ### server.listen(path) -Start an HTTP UNIX socket server listening for connections on the given `path`. -(Hint: use NGINX to load balance across many Node servers with this.) - +Start a UNIX socket server listening for connections on the given `path`. This function is asynchronous. `listening` will be emitted when the server is ready to accept connections.