Skip to content

Commit 1133bd8

Browse files
authored
Merge pull request #4504 from ptim/patch-1
2 parents 223a5c0 + dcedfa8 commit 1133bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/side-effects-approaches.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ function* fetchResource(resource) {
209209

210210
The [Redux-Observable middleware](https://redux-observable.js.org/) lets you use RxJS observables to create processing pipelines called "epics".
211211

212-
Since RxJS is a framework-agnostic library, observable users point to the fact that you can reuse knowledge of how to use it across different as a major selling point. In addition, RxJS lets you construct declarative pipelines that handle timing cases like cancellation or debouncing.
212+
Since RxJS is a framework-agnostic library, observable users point to the fact that you can reuse knowledge of how to use it across different platforms as a major selling point. In addition, RxJS lets you construct declarative pipelines that handle timing cases like cancellation or debouncing.
213213

214214
#### Observable Use Cases
215215

0 commit comments

Comments
 (0)