Skip to content

Commit

Permalink
docs(ReplaySubject): typo 'fo' should be 'of' (#6970)
Browse files Browse the repository at this point in the history
From:  with a couple fo exceptions
To: with a couple of exceptions

Description: typo

BREAKING CHANGE: N/A

Related issue (if exists): N/A
  • Loading branch information
ctfdavis authored Sep 25, 2022
1 parent 8e65cdc commit 75fd733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/ReplaySubject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { dateTimestampProvider } from './scheduler/dateTimestampProvider';
*
* ### Differences with BehaviorSubject
*
* `BehaviorSubject` is similar to `new ReplaySubject(1)`, with a couple fo exceptions:
* `BehaviorSubject` is similar to `new ReplaySubject(1)`, with a couple of exceptions:
*
* 1. `BehaviorSubject` comes "primed" with a single value upon construction.
* 2. `ReplaySubject` will replay values, even after observing an error, where `BehaviorSubject` will not.
Expand Down

0 comments on commit 75fd733

Please sign in to comment.