From ec5b9c76bf45a80cad469d848bdf34006715bcde Mon Sep 17 00:00:00 2001 From: Jimmy Miller Date: Sun, 25 Jun 2017 19:09:12 -0400 Subject: [PATCH] removed extra dot --- docs/recipes/reducers/ImmutableUpdatePatterns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 : {