Skip to content

Commit

Permalink
Merge pull request #4755 from davidsainez/patch-1
Browse files Browse the repository at this point in the history
Fix typo in documentation: redux essentials
  • Loading branch information
EskiMojo14 authored Nov 15, 2024
2 parents e841f80 + 5470c8c commit 9ff849a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/essentials/part-4-using-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ const initialReactions: Reactions = {
}
// highlight-end

const initialState: Posts[] = [
const initialState: Post[] = [
// omit initial state
]

Expand Down

0 comments on commit 9ff849a

Please sign in to comment.