Skip to content

Commit 2a9bcf0

Browse files
authored
Update README.md
1 parent 866a7e4 commit 2a9bcf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ api.socket.connect()
107107
// data: { ... }
108108
// }
109109
api.socket.on('connected',()=>{
110-
// Do stuff after conntected
110+
// Do stuff after connected
111111
})
112112
api.socket.on('auth',(event)=>{
113113
event.data.status contains either 'ok' or 'failed'

0 commit comments

Comments
 (0)