Skip to content

Commit

Permalink
Merge pull request #2472 from jimmyhmiller/fix-dot
Browse files Browse the repository at this point in the history
Removed extra dot
  • Loading branch information
markerikson authored Jun 25, 2017
2 parents cb493d5 + ec5b9c7 commit 6c7fe8e
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 6c7fe8e

Please sign in to comment.