diff --git a/docs/recipes/reducers/ImmutableUpdatePatterns.md b/docs/recipes/reducers/ImmutableUpdatePatterns.md index 4cd77c3ec3..f865988658 100644 --- a/docs/recipes/reducers/ImmutableUpdatePatterns.md +++ b/docs/recipes/reducers/ImmutableUpdatePatterns.md @@ -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 : {