Skip to content

Commit 2d650cb

Browse files
authored
chore(docs): fix typo (#6483)
1 parent a1b78d4 commit 2d650cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs_app/content/6-to-7-change-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ This document contains a detailed list of changes between RxJS 6.x and RxJS 7.x,
168168

169169
### connectable
170170

171-
- 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.
171+
- 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.
172172

173173
### firstValueFrom
174174

0 commit comments

Comments
 (0)