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

Commit 63b89c7

Browse files
committed
Typo in when.md
1 parent fc3f671 commit 63b89c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/core/operators/when.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### `Rx.Observable.when(...args)`
22
[Ⓢ](https://github.com/Reactive-Extensions/RxJS/blob/master/src/core/linq/observable/when.js "View in source")
33

4-
A series of plans (specified as an Array of as a series of arguments) created by use of the Then operator on patterns.
4+
A series of plans (specified as an Array or as a series of arguments) created by use of the Then operator on patterns.
55

66
### Arguments
77
1. `args` *(arguments|Array)*: A series of plans (specified as an Array of as a series of arguments) created by use of the then operator on patterns.

0 commit comments

Comments
 (0)