mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-09 15:08:12 -05:00
[docs] Fix wrong argument name in API.md (#2802)
This commit is contained in:
committed by
Damien Arrachequesne
parent
a27802e19e
commit
e04de3c2c8
@@ -157,7 +157,7 @@ Attaches the `Server` to an engine.io instance on `httpServer` with the supplied
|
||||
|
||||
### server.attach(port[, options])
|
||||
|
||||
- `httpServer` _(Number)_ the port to listen on
|
||||
- `port` _(Number)_ the port to listen on
|
||||
- `options` _(Object)_
|
||||
|
||||
Attaches the `Server` to an engine.io instance on a new http.Server with the supplied `options` (optionally).
|
||||
|
||||
Reference in New Issue
Block a user