diff --git a/doc/api.markdown b/doc/api.markdown index d50ba40af88fa1..9d03d44589936d 100644 --- a/doc/api.markdown +++ b/doc/api.markdown @@ -2143,7 +2143,7 @@ Emitted when the server closes. ### net.createServer(connectionListener) -Creates a new TCP server. The `connection_listener` argument is +Creates a new TCP server. The `connectionListener` argument is automatically set as a listener for the `'connection'` event.