Skip to content

Commit

Permalink
chore(docs): fix typo (#6483)
Browse files Browse the repository at this point in the history
  • Loading branch information
sroucheray committed Jun 20, 2021
1 parent a1b78d4 commit 2d650cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs_app/content/6-to-7-change-summary.md
Expand Up @@ -168,7 +168,7 @@ This document contains a detailed list of changes between RxJS 6.x and RxJS 7.x,

### connectable

- This is the new means for creating a `ConnectableObservable`, and really us a replacement for non-selector usage of `multicast` and `publish` variants. Simply pass your source observable to `connectable` with the `Subject` you'd like to connect through.
- This is the new means for creating a `ConnectableObservable`, and really is a replacement for non-selector usage of `multicast` and `publish` variants. Simply pass your source observable to `connectable` with the `Subject` you'd like to connect through.

### firstValueFrom

Expand Down

0 comments on commit 2d650cb

Please sign in to comment.