Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit a68b183

Browse files
authored
Merge pull request share#176 from dcharbonnier/patch-2
typo on log message "Ignorning"
2 parents 07de6c1 + 2bbd9d1 commit a68b183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/client/connection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Connection.prototype.handleMessage = function(message) {
236236
return;
237237

238238
default:
239-
console.warn('Ignorning unrecognized message', message);
239+
console.warn('Ignoring unrecognized message', message);
240240
}
241241
};
242242

0 commit comments

Comments
 (0)