Skip to content

Commit 4ad3977

Browse files
authored
Update redux.md (#3176)
1 parent 5690980 commit 4ad3977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/middlewares/redux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ type PersonStoreAction =
7070
| { type: 'person/setLastName'; lastName: string }
7171
| { type: 'person/setEmail'; email: string }
7272

73-
type PersonStore = PersonStoreState & PersonStoreActions
73+
type PersonStore = PersonStoreState & PersonStoreAction
7474

7575
const personStoreReducer = (
7676
state: PersonStoreState,

0 commit comments

Comments
 (0)