Skip to content

Commit 23003fc

Browse files
committed
Merge pull request reduxjs#709 from drewschrauf/patch-1
Fix broken link in Store.md
2 parents bc7fce1 + d0af515 commit 23003fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basics/Store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Store
22

3-
In the previous sections, we defined the [actions](Action.md) that represent the facts about “what happened” and the [reducers](Reducers.md) that update the state according to those actions.
3+
In the previous sections, we defined the [actions](Actions.md) that represent the facts about “what happened” and the [reducers](Reducers.md) that update the state according to those actions.
44

55
The **Store** is the object that brings them together. The store has the following responsibilities:
66

0 commit comments

Comments
 (0)