Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
domfarolino authored Jun 12, 2024
1 parent 7413cad commit 451d6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)`
Expand Down

0 comments on commit 451d6c3

Please sign in to comment.