Skip to content

Commit

Permalink
[docs] Fix Manager constructor documentation (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
swhgoon authored and darrachequesne committed Mar 18, 2017
1 parent 25321d1 commit 2135ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ See [new Manager(url[, options])](#managerurl-options) for available `options`.
and `connect_timeout` events are emitted (`20000`)
- `autoConnect` _(Boolean)_ by setting this false, you have to call `manager.open`
whenever you decide it's appropriate
- **Returns** `Socket`
- **Returns** `Manager`

The `options` are also passed to `engine.io-client` upon initialization of the underlying `Socket`. See the available `options` [here](https://github.com/socketio/engine.io-client#methods).

Expand Down

0 comments on commit 2135ed8

Please sign in to comment.