You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: doc/api/core/operators/case.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Uses selector to determine which source in sources to use. There is an alias 's
5
5
6
6
### Arguments
7
7
1.`selector`*(`Function`)*: The function which extracts the value for to test in a case statement.
8
-
2.`sources`*(`Object`)*: A object which has keys which correspond to the case statement labels.
8
+
2.`sources`*(`Object`)*: An object which has keys which correspond to the case statement labels.
9
9
3.`[elseSource|scheduler]`*(`Observable` | `Scheduler`)*: The observable sequence that will be run if the sources are not matched. If this is not provided, it defaults to `Rx.Observabe.empty` with the specified scheduler.
Copy file name to clipboardExpand all lines: doc/gettingstarted/promises.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ var subscription = source.subscribe(
51
51
// => onCompleted
52
52
```
53
53
54
-
This is just scatching the surface of what Promises and RxJS can do together so that we have first class single values and first class multiple values working together.
54
+
This is just scratching the surface of what Promises and RxJS can do together so that we have first class single values and first class multiple values working together.
0 commit comments