Skip to content

Commit

Permalink
Remove a line about deep cloning from monkey-patching locale guide
Browse files Browse the repository at this point in the history
  • Loading branch information
leshakoss committed Sep 2, 2017
1 parent f843d2a commit 2fa0271
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/i18nContributionGuide.md
Expand Up @@ -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'
Expand Down

0 comments on commit 2fa0271

Please sign in to comment.