Update article.md

This commit is contained in:
Gorgan Razvan Florin 2017-04-21 00:37:07 +03:00 committed by GitHub
parent 7a51c05ded
commit fa73067b0b

View file

@ -463,7 +463,7 @@ It looks like this:
let str = '{"title":"Conference","date":"2017-11-30T12:00:00.000Z"}';
```
...And now we reed to *deserialize* it, to turn back into JavaScript object.
...And now we need to *deserialize* it, to turn back into JavaScript object.
Let's do it by calling `JSON.parse`: