Skip to content

Commit

Permalink
[docs] Fix documentation for 'connect' event (#2898)
Browse files Browse the repository at this point in the history
  • Loading branch information
swhgoon authored and darrachequesne committed Mar 18, 2017
1 parent 01a4623 commit e40accf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,9 +312,9 @@ io.use(function(socket, next){

#### Event: 'connect'

- `error` _(Object)_ error object
- `socket` _(Socket)_ socket connection with client

Fired upon a reconnection attempt error.
Fired upon a connection from client.

#### Event: 'connection'

Expand Down

0 comments on commit e40accf

Please sign in to comment.