Skip to content

Commit

Permalink
[docs] Fix typo (#1076)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianru-Lin authored and darrachequesne committed Feb 20, 2017
1 parent 1ac8374 commit 4322cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/manager.js
Expand Up @@ -374,7 +374,7 @@ Manager.prototype.socket = function (nsp, opts) {
});

if (this.autoConnect) {
// manually call here since connecting evnet is fired before listening
// manually call here since connecting event is fired before listening
onConnecting();
}
}
Expand Down

0 comments on commit 4322cf2

Please sign in to comment.