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'