@@ -131,7 +131,7 @@ parameter is 511 (not 512).
131
131
132
132
This function is asynchronous. When the server has been bound,
133
133
[ 'listening'] [ ] event will be emitted. The last parameter ` callback `
134
- will be added as an listener for the [ 'listening'] [ ] event.
134
+ will be added as a listener for the [ 'listening'] [ ] event.
135
135
136
136
One issue some users run into is getting ` EADDRINUSE ` errors. This means that
137
137
another server is already running on the requested port. One way of handling this
@@ -193,7 +193,7 @@ Listening on a file descriptor is not supported on Windows.
193
193
194
194
This function is asynchronous. When the server has been bound,
195
195
[ 'listening'] [ ] event will be emitted.
196
- The last parameter ` callback ` will be added as an listener for the
196
+ The last parameter ` callback ` will be added as a listener for the
197
197
[ 'listening'] [ ] event.
198
198
199
199
### server.listen(options[ , callback] )
@@ -374,7 +374,7 @@ This function is asynchronous. When the ['connect'][] event is emitted the
374
374
socket is established. If there is a problem connecting, the ` 'connect' ` event
375
375
will not be emitted, the ` 'error' ` event will be emitted with the exception.
376
376
377
- The ` connectListener ` parameter will be added as an listener for the
377
+ The ` connectListener ` parameter will be added as a listener for the
378
378
[ 'connect'] [ ] event.
379
379
380
380
### socket.connect(port[ , host] [ , connectListener ] )
0 commit comments