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

Commit 0ff6942

Browse files
Merge pull request #692 from tomekwi/patch-2
Fix typo
2 parents 72b5819 + ff4bd01 commit 0ff6942

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/gettingstarted/creating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Creating and Subscribing to Simple Observable Sequences #
22

3-
You do not need to implement the `Observable` class manually to create an observable sequences. Similarly, you do not need to implement `Observer` either to subscribe to a sequence. By installing the Reactive Extension libraries, you can take advantage of the `Observable` type which provides many operators for you to create a simple sequence with zero, one or more elements. In addition, RxJS provides an overloaded `subscribe` method which allows you to pass in `onNext`, `onError` and `onCompleted` function handlers.
3+
You do not need to implement the `Observable` class manually to create an observable sequence. Similarly, you do not need to implement `Observer` either to subscribe to a sequence. By installing the Reactive Extension libraries, you can take advantage of the `Observable` type which provides many operators for you to create a simple sequence with zero, one or more elements. In addition, RxJS provides an overloaded `subscribe` method which allows you to pass in `onNext`, `onError` and `onCompleted` function handlers.
44

55
## Creating a sequence from scratch ##
66

0 commit comments

Comments
 (0)