Skip to content

Commit

Permalink
Update store.md (#3150)
Browse files Browse the repository at this point in the history
Store Methods summary links were broken
  • Loading branch information
mathb67 authored and timdorr committed Sep 26, 2018
1 parent f7230ef commit 5345a9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/api/Store.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ To create it, pass your root [reducing function](../Glossary.md#reducer) to [`cr
### Store Methods

- [`getState()`](#getState)
- [`dispatch(action)`](#dispatch)
- [`subscribe(listener)`](#subscribe)
- [`replaceReducer(nextReducer)`](#replaceReducer)
- [`getState()`](#getstate)
- [`dispatch(action)`](#dispatch-action)
- [`subscribe(listener)`](#subscribe-listener)
- [`replaceReducer(nextReducer)`](#replacereducer-nextreducer)

## Store Methods

Expand Down

0 comments on commit 5345a9a

Please sign in to comment.