From fa73067b0bb0cc17d57cd9fe7a6f183410f6b829 Mon Sep 17 00:00:00 2001 From: Gorgan Razvan Florin Date: Fri, 21 Apr 2017 00:37:07 +0300 Subject: [PATCH] Update article.md --- 1-js/05-data-types/11-json/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/05-data-types/11-json/article.md b/1-js/05-data-types/11-json/article.md index 488c88b5..fab0ea8e 100644 --- a/1-js/05-data-types/11-json/article.md +++ b/1-js/05-data-types/11-json/article.md @@ -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`: