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 5690980 commit 4ad3977Copy full SHA for 4ad3977
docs/middlewares/redux.md
@@ -70,7 +70,7 @@ type PersonStoreAction =
70
| { type: 'person/setLastName'; lastName: string }
71
| { type: 'person/setEmail'; email: string }
72
73
-type PersonStore = PersonStoreState & PersonStoreActions
+type PersonStore = PersonStoreState & PersonStoreAction
74
75
const personStoreReducer = (
76
state: PersonStoreState,
0 commit comments