Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Apr 30, 2020
1 parent 04c3997 commit 83dad74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Note that changes of callbacks will not trigger an emission. If you need that ju

::: warning
Due to the design of RxJS, once an error occurs in an observable, the observable is killed. You should prevent errors from reaching observables or [`catchError`][catchError] in sub-observables. You can also make the observable as state and replace it on error. `useSubscription` will automatically switch to the new one.
::: warning
:::

**Type parameters:**

Expand Down

0 comments on commit 83dad74

Please sign in to comment.