We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cce95cb + d69534f commit 0cfe9f5Copy full SHA for 0cfe9f5
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