We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75895f4 + fa73067 commit d69534fCopy full SHA for d69534f
1-js/05-data-types/11-json/article.md
@@ -463,7 +463,7 @@ It looks like this:
463
let str = '{"title":"Conference","date":"2017-11-30T12:00:00.000Z"}';
464
```
465
466
-...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.
467
468
Let's do it by calling `JSON.parse`:
469
0 commit comments