From 6b5d80957377ff0a04a76b7a0933e83ff422aacf Mon Sep 17 00:00:00 2001 From: Jrmlstf Date: Tue, 9 May 2017 09:55:45 +0200 Subject: [PATCH] Fix typo --- doc/operators/fromwebsocket.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/operators/fromwebsocket.md b/doc/operators/fromwebsocket.md index 4e020ea..dedc387 100644 --- a/doc/operators/fromwebsocket.md +++ b/doc/operators/fromwebsocket.md @@ -7,7 +7,7 @@ Creates a WebSocket Subject with a given URL, protocol and an optional observer 1. `url` *(String)*: The URL of the WebSocket. 2. `protocol` *(String)*: The protocol of the WebSocket. 3. `openObserver` *(`Rx.Observer`)*: An optional Observer to capture the open event. -4. `closingObserver` *(`Rx.Observer`)*: An optional Observer capture the the moment before the underlying socket is closed. +4. `closingObserver` *(`Rx.Observer`)*: An optional Observer capture the moment before the underlying socket is closed. #### Returns *(`Subject`)*: A Subject which wraps a WebSocket.