Skip to content

Commit 0bb099c

Browse files
committed
Merge pull request #322 from moroshko/patch-2
Remove duplicate text
2 parents c589d09 + da33002 commit 0bb099c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Reference/API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Returns the current state tree of your application.
9797
Dispatches an action. It is the only way to trigger a state change.
9898

9999
The `reducer` function the store was created with will be called with the
100-
current state tree and the and the given `action`. Its return value will
100+
current state tree and the given `action`. Its return value will
101101
be considered the next state of the tree, and the change listeners will be
102102
notified.
103103

0 commit comments

Comments
 (0)