From 451d6c3f41e5842caf2750fab57762e1ca956d32 Mon Sep 17 00:00:00 2001 From: Dominic Farolino Date: Tue, 11 Jun 2024 20:42:03 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e37152a..ad23845 100644 --- a/README.md +++ b/README.md @@ -417,7 +417,7 @@ If the subscriber has already been aborted (i.e., `subscriber.signal.aborted` is We propose the following operators in addition to the `Observable` interface: - `catch()` - - Like `Promise.catch()`, it takes a callback which gets fired after the source + - Like `Promise#catch()`, it takes a callback which gets fired after the source observable errors. It will then map to a new observable, returned by the callback, unless the error is rethrown. - `takeUntil(Observable)`