Skip to content

Commit 45c763f

Browse files
authored
Merge pull request nathantsoi#48 from saspallow/master
Fix typo
2 parents 34ab4c2 + 79625aa commit 45c763f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default {
2323
}
2424
} else {
2525
observer = new Observer(connection, opts)
26-
Vue.prototype.$socket = observer.WebSockekt
26+
Vue.prototype.$socket = observer.WebSocket
2727
}
2828

2929
Vue.mixin({

0 commit comments

Comments
 (0)