From dadb320174a7cffcec4dd5a20352302d171b562e Mon Sep 17 00:00:00 2001 From: Tomasz Kurpios Date: Wed, 20 Jan 2016 08:37:09 +0100 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 751509c..89fb4b1 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ This lets you create Connector-like smart components using RxJS sequences. `sele - `props$` - A sequence of props passed from the owner - `state$` - A sequence of state from the Redux store -- `dispatch$` - A sequence representing the `dispatch()` method. In real-world usage, this should sequence only has a single value, but it's provided as a sequence for correctness. +- `dispatch$` - A sequence representing the `dispatch()` method. In real-world usage, this sequence only has a single value, but it's provided as a sequence for correctness. `selectState()` should return a sequence of props that can be passed to the child. This provides a great integration point for [sideways data-loading](https://github.com/facebook/react/issues/3398).