Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit d127cbf

Browse files
Merge pull request #107 from rudijs/fix-websocket.org-url
Fix example websockets.org URL to websocket.org
2 parents 6992806 + 15b9aa8 commit d127cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/operators/fromwebsocket.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var closingObserver = Rx.Observer.create(function() {
2929

3030
// create a web socket subject
3131
socket = Rx.DOM.fromWebSocket(
32-
'ws://echo.websockets.org',
32+
'ws://echo.websocket.org',
3333
null, // no protocol
3434
openObserver,
3535
closingObserver);

0 commit comments

Comments
 (0)