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

Commit 3b2dc82

Browse files
committed
Fix link in observable.md
1 parent cc56a2a commit 3b2dc82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/api/core/observable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ The Observer and Observable interfaces provide a generalized mechanism for push-
156156
- [`skipUntil`](operators/skipuntil.md)
157157
- [`skipUntilWithTime`](operators/skipuntilwithtime.md)
158158
- [`skipWhile`](operators/skipwhile.md)
159-
- [`some`](operators/some.md)
159+
- [`some`](operators/any.md)
160160
- [`startWith`](operators/startwith.md)
161161
- [`subscribe`](operators/subscribe.md)
162162
- [`subscribeOnNext`](operators/subscribeonnext.md)
@@ -205,7 +205,7 @@ The Observer and Observable interfaces provide a generalized mechanism for push-
205205
## `Deprecated Observable Instance Methods` ##
206206
- [`aggregate`](operators/aggregate.md)
207207
- [`all`](operators/every.md)
208-
- [`any`](operators/some.md)
208+
- [`any`](operators/any.md)
209209
- [`doAction`](operators/do.md)
210210
- [`catchException`](operators/catchproto.md)
211211
- [`concatObservable`](operators/concatall.md)

0 commit comments

Comments
 (0)