Fixed Typo (#25530)

This commit is contained in:
Chirag Swadia
2018-10-24 06:08:54 +02:00
committed by Aditya
parent a852db3206
commit 97ad082825

View File

@ -21,7 +21,7 @@ With this approach we would have two copies of the items and would be easier for
In case of any operation on the data it would be necessary to make the update twice. In case of any operation on the data it would be necessary to make the update twice.
Another naive approach would be to transform the data directly in the component making use of Redux mapStateToProps like how it's shown in the code bellow. Another naive approach would be to transform the data directly in the component making use of Redux mapStateToProps like how it's shown in the code below.
```javascript ```javascript