Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5bd6719

Browse files
committed
Merge branch 'master' of github.com:Automattic/socket.io
2 parents 73fe547 + 973e6cc commit 5bd6719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/socket.io.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var ioc = require('socket.io-client');
77
var request = require('supertest');
88
var expect = require('expect.js');
99

10-
// creates a socket.io client for the given server
10+
// Creates a socket.io client for the given server
1111
function client(srv, nsp, opts){
1212
if ('object' == typeof nsp) {
1313
opts = nsp;

0 commit comments

Comments
 (0)