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

Commit 0a06053

Browse files
Merge pull request #1132 from marcellkiss/patch-1
Typo in take.md
2 parents 0bf6cdc + dbb3073 commit 0a06053

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/core/operators/take.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Returns a specified number of contiguous elements from the start of an observabl
55

66
#### Arguments
77
1. `count` *(`Number`)*: The number of elements to return.
8-
2. `[schduler]` *(`Scheduler`)*: Scheduler used to produce an onCompleted message in case `count` is set to 0.
8+
2. `[scheduler]` *(`Scheduler`)*: Scheduler used to produce an onCompleted message in case `count` is set to 0.
99

1010
#### Returns
1111
*(`Observable`)*: An observable sequence that contains the elements before and including the specified index in the input sequence.

0 commit comments

Comments
 (0)