From 620b7f0689a9831c29fee5600bd2cf6dbe0d311b Mon Sep 17 00:00:00 2001 From: Erik Cupal Date: Thu, 22 Dec 2016 01:54:28 +0100 Subject: [PATCH] Fixed typo Obsesrvable -> Observable --- doc/api/nodejs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/nodejs.md b/doc/api/nodejs.md index 329a22e..3593353 100644 --- a/doc/api/nodejs.md +++ b/doc/api/nodejs.md @@ -28,7 +28,7 @@ Converts the given observable sequence to an event emitter with the given event The errors are handled on the 'error' event and completion on the 'end' event. #### Arguments -1. `observable` *(Obsesrvable)*: The observable sequence to convert to an EventEmitter. +1. `observable` *(Observable)*: The observable sequence to convert to an EventEmitter. 2. `eventName` *(String)*: The event name to subscribe. #### Returns