Skip to content

Commit

Permalink
docs(deprecations): fix typo in breaking changes (#7237)
Browse files Browse the repository at this point in the history
(cherry picked from commit b753dad)
  • Loading branch information
fqp authored and jakovljevic-mladen committed Mar 31, 2023
1 parent 1ce681b commit 25bde17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs_app/content/deprecations/breaking-changes.md
Expand Up @@ -28,7 +28,7 @@

- Type signatures tightened up around `Notification` and `dematerialize`, may uncover issues with invalid types passed to those operators.

- Experimental support for `for await` as been removed. Use https://github.com/benlesh/rxjs-for-await instead.
- Experimental support for `for await` has been removed. Use https://github.com/benlesh/rxjs-for-await instead.

- `ReplaySubject` no longer schedules emissions when a scheduler is provided. If you need that behavior,
please compose in `observeOn` using `pipe`, for example: `new ReplaySubject(2, 3000).pipe(observeOn(asap))`
Expand Down

0 comments on commit 25bde17

Please sign in to comment.