[docs] Fix documentation for 'connect' event (#2898)

This commit is contained in:
SwhGo_oN
2017-03-19 07:33:59 +08:00
committed by Damien Arrachequesne
parent 01a4623613
commit e40accf7a1

View File

@@ -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'