Skip to content

Commit

Permalink
Fixed typo (#2929)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajendraarora16 authored and timdorr committed Apr 12, 2018
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
Expand Up @@ -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)**
Expand Down

0 comments on commit 7cb7414

Please sign in to comment.