Skip to content

Commit 9ff849a

Browse files
authored
Merge pull request #4755 from davidsainez/patch-1
Fix typo in documentation: redux essentials
2 parents e841f80 + 5470c8c commit 9ff849a

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)