Skip to content

Commit 0cfe9f5

Browse files
committed
2 parents cce95cb + d69534f commit 0cfe9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/11-json/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ It looks like this:
463463
let str = '{"title":"Conference","date":"2017-11-30T12:00:00.000Z"}';
464464
```
465465

466-
...And now we reed to *deserialize* it, to turn back into JavaScript object.
466+
...And now we need to *deserialize* it, to turn back into JavaScript object.
467467

468468
Let's do it by calling `JSON.parse`:
469469

0 commit comments

Comments
 (0)