Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Adrien Crivelli <[email protected]>
  • Loading branch information
benlesh and PowerKiKi authored Jun 11, 2024
1 parent 7b24b1e commit 3adaa4f
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 @@ -429,7 +429,7 @@ We propose the following operators in addition to the `Observable` interface:
- `catch()`
- Like `Promise.catch()`, it takes a mapping function which is fired if the observable
source emits an error. The mapping function should map into a new value which will be converted
into an observable with `from` interally and subscribed to in leiu of the errored source.
into an observable with `from` internally and subscribed to in lieu of the errored source.
- Returns an `Observable` that mirrors the source observable exactly, other than when the
source observable errors.
- `finally()`
Expand Down

0 comments on commit 3adaa4f

Please sign in to comment.