Merge pull request #70 from mwshortt/fix-received-spelling
Fix typo in client log: recieved -> received
This commit is contained in:
commit
0c5156cf15
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ function connect(){
|
|||
client.socket.on(
|
||||
'data',
|
||||
function(data) {
|
||||
client.log('## recieved events ##');
|
||||
client.log('## received events ##');
|
||||
if(client.config.rawBuffer){
|
||||
client.trigger(
|
||||
'data',
|
||||
|
|
Loading…
Reference in a new issue