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.
1 parent 06ac006 commit 8062f27Copy full SHA for 8062f27
README.md
@@ -76,7 +76,8 @@ import { createStore } from 'redux'
76
* not mutate the state object, but return a new object if the state changes.
77
*
78
* In this example, we use a `switch` statement and strings, but you can use a helper that
79
- * follows a different convention (such as function maps) if it makes sense for your project.
+ * follows a different convention (such as function maps) if it makes sense for your
80
+ * project.
81
*/
82
function counter(state = 0, action) {
83
switch (action.type) {
0 commit comments