Skip to content

Commit

Permalink
removed extra dot
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Miller authored and seantcoyote committed Jan 14, 2018
1 parent 318e573 commit 56bd833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/reducers/ImmutableUpdatePatterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Unfortunately, the process of correctly applying immutable updates to deeply nes
```js
function updateVeryNestedField(state, action) {
return {
....state,
...state,
first : {
...state.first,
second : {
Expand Down

0 comments on commit 56bd833

Please sign in to comment.