Skip to content

Commit

Permalink
docs: fix typo in docstring in connect.ts (#7446)
Browse files Browse the repository at this point in the history
  • Loading branch information
frwdrik committed Feb 26, 2024
1 parent c666574 commit 8474351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rxjs/src/internal/operators/connect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const DEFAULT_CONFIG: ConnectConfig<unknown> = {
*
* @param selector A function used to set up the multicast. Gives you a multicast observable
* that is not yet connected. With that, you're expected to create and return
* and Observable, that when subscribed to, will utilize the multicast observable.
* an Observable, that when subscribed to, will utilize the multicast observable.
* After this function is executed -- and its return value subscribed to -- the
* operator will subscribe to the source, and the connection will be made.
* @param config The configuration object for `connect`.
Expand Down

0 comments on commit 8474351

Please sign in to comment.