We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0f779 commit 186e9d7Copy full SHA for 186e9d7
lib/client/connection.js
@@ -81,7 +81,7 @@ Connection.prototype.bindToSocket = function(socket) {
81
82
this.socket = socket;
83
84
- // State of the connection. The correspoding events are emmited when this changes
+ // State of the connection. The corresponding events are emitted when this changes
85
//
86
// - 'connecting' The connection is still being established, or we are still
87
// waiting on the server to send us the initialization message
0 commit comments