From 2fa0271986ba1b79f71426d2809d07fb94a42cd1 Mon Sep 17 00:00:00 2001 From: Lesha Koss Date: Sat, 2 Sep 2017 19:58:48 +0600 Subject: [PATCH] Remove a line about deep cloning from monkey-patching locale guide --- docs/i18nContributionGuide.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/i18nContributionGuide.md b/docs/i18nContributionGuide.md index 0e46c4f756..943b6ab04a 100644 --- a/docs/i18nContributionGuide.md +++ b/docs/i18nContributionGuide.md @@ -743,7 +743,6 @@ export default locale ### Simple example Adding and replacing `format` tokens is easy with [`formatters`](#formatters) property of the locale. -Deep clone the locale before monkey-patching to prevent mutability conflicts. ```javascript import merge from 'lodash/merge'