Skip to content

Commit 7cb7414

Browse files
rajendraarora16timdorr
authored andcommitted
Fixed typo (#2929)
1 parent ac897a3 commit 7cb7414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/introduction/Ecosystem.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ store.dispatch( subscribe("users.byId.abcd", "subscription1", () => {} );
219219
Store enhancer that can debounce subscription notifications
220220
```js
221221
const debounceNotify = _.debounce(notify => notify());
222-
const store = createStore(reducer, intialState, batchedSubscribe(debounceNotify));
222+
const store = createStore(reducer, initialState, batchedSubscribe(debounceNotify));
223223
```
224224
225225
**[manaflair/redux-batch](https://github.com/manaflair/redux-batch)**

0 commit comments

Comments
 (0)