We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c589d09 + da33002 commit 0bb099cCopy full SHA for 0bb099c
docs/Reference/API.md
@@ -97,7 +97,7 @@ Returns the current state tree of your application.
97
Dispatches an action. It is the only way to trigger a state change.
98
99
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
+current state tree and the given `action`. Its return value will
101
be considered the next state of the tree, and the change listeners will be
102
notified.
103
0 commit comments