Skip to content

Commit

Permalink
Fixed typo (#2929)
Browse files Browse the repository at this point in the history
rajendraarora16 authored and timdorr committed Apr 12, 2018

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent ac897a3 commit 7cb7414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction/Ecosystem.md
Original file line number Diff line number Diff line change
@@ -219,7 +219,7 @@ store.dispatch( subscribe("users.byId.abcd", "subscription1", () => {} );
Store enhancer that can debounce subscription notifications
```js
const debounceNotify = _.debounce(notify => notify());
const store = createStore(reducer, intialState, batchedSubscribe(debounceNotify));
const store = createStore(reducer, initialState, batchedSubscribe(debounceNotify));
```
**[manaflair/redux-batch](https://github.com/manaflair/redux-batch)**

0 comments on commit 7cb7414

Please sign in to comment.