Skip to content

Commit 97c1d76

Browse files
stefangeneralaotimdorr
authored andcommitted
Added missing comma (reduxjs#2569)
1 parent dd5e398 commit 97c1d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/recipes/reducers/NormalizingStateShape.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ An example of a normalized state structure for the blog example above might look
8282
body : "......",
8383
comments : ["comment3", "comment4", "comment5"]
8484
}
85-
}
85+
},
8686
allIds : ["post1", "post2"]
8787
},
8888
comments : {

0 commit comments

Comments
 (0)