Skip to content

Commit

Permalink
doc: listed server.listen() parameters in http.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vipul kumar committed Sep 4, 2021
1 parent 117a6ac commit a0a2f9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api/http.md
Expand Up @@ -1290,10 +1290,10 @@ event is emitted on the server object, and (by default) the socket is destroyed.
See [`server.timeout`][] for more information on how timeout behavior can be
customized.

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

* `Port` {number}
* `Host` {string}
* `port` {number}
* `host` {string}
* `callback` {Function}

Starts the HTTP server listening for connections.
Expand Down

0 comments on commit a0a2f9c

Please sign in to comment.