From 7556bda13ada174a12851b26d0b4576c44a84036 Mon Sep 17 00:00:00 2001 From: Douglas Mariano Valero <32845487+DouglasMV@users.noreply.github.com> Date: Sun, 1 Sep 2019 01:06:11 -0300 Subject: [PATCH] Typo --- 1-js/05-data-types/12-json/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/05-data-types/12-json/article.md b/1-js/05-data-types/12-json/article.md index a701c76b..2942cdd8 100644 --- a/1-js/05-data-types/12-json/article.md +++ b/1-js/05-data-types/12-json/article.md @@ -393,7 +393,7 @@ alert( JSON.stringify(meetup) ); */ ``` -As we can see, `toJSON` is used both for the direct call `JSON.stringify(room)` and when `room` is nested is another encoded object. +As we can see, `toJSON` is used both for the direct call `JSON.stringify(room)` and when `room` is nested in another encoded object. ## JSON.parse