Skip to content

Commit efc06ef

Browse files
committed
nit spelling
1 parent c459017 commit efc06ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveQuery/ParseWebSocketServer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export class ParseWebSocketServer {
1111
config.server = server;
1212
const wss = loadAdapter(config.wssAdapter, WSAdapter, config);
1313
wss.onListen = () => {
14-
logger.info('Parse LiveQuery Server starts running');
14+
logger.info('Parse LiveQuery Server started running');
1515
};
1616
wss.onConnection = ws => {
1717
ws.on('error', error => {

0 commit comments

Comments
 (0)