Skip to content

Commit 5470c8c

Browse files
authored
Fix typo in redux essentials
1 parent e841f80 commit 5470c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/essentials/part-4-using-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ const initialReactions: Reactions = {
957957
}
958958
// highlight-end
959959

960-
const initialState: Posts[] = [
960+
const initialState: Post[] = [
961961
// omit initial state
962962
]
963963

0 commit comments

Comments
 (0)