From e04de3c2c83cb719ab063a332fd5f3897cf0eb29 Mon Sep 17 00:00:00 2001 From: Andrea Accardo Date: Wed, 4 Jan 2017 00:37:12 -0500 Subject: [PATCH] [docs] Fix wrong argument name in API.md (#2802) --- docs/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API.md b/docs/API.md index 097ed2a9..9c3bf1b1 100644 --- a/docs/API.md +++ b/docs/API.md @@ -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).