Skip to content

Commit

Permalink
docs(deprecations): fix typo in breaking changes (#7237)
Browse files Browse the repository at this point in the history
  • Loading branch information
fqp authored Mar 31, 2023
1 parent 5353ca4 commit b753dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs_app/content/deprecations/breaking-changes.md
Original file line number Diff line number Diff line change
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 b753dad

Please sign in to comment.