Skip to content

Commit 0b36fd1

Browse files
committed
fix: typo
1 parent 5d1ba2d commit 0b36fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adapters/WebSocketServer/WSAdapter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export class WSAdapter extends WSSAdapter {
1313

1414
onListen() {}
1515
onConnection(ws) {}
16-
onError(eror) {}
16+
onError(error) {}
1717
start() {
1818
const wss = new WebSocketServer({ server: this.options.server });
1919
wss.on('listening', this.onListen);

0 commit comments

Comments
 (0)