Skip to content

Commit 267cf94

Browse files
authored
Merge pull request #1028 from dhx-mike-palandra/patch-1
Update article.md
2 parents eb7e281 + 8489afd commit 267cf94

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
@@ -66,7 +66,7 @@ alert(json);
6666

6767
The method `JSON.stringify(student)` takes the object and converts it into a string.
6868

69-
The resulting `json` string is a called *JSON-encoded* or *serialized* or *stringified* or *marshalled* object. We are ready to send it over the wire or put into a plain data store.
69+
The resulting `json` string is called a *JSON-encoded* or *serialized* or *stringified* or *marshalled* object. We are ready to send it over the wire or put into a plain data store.
7070

7171

7272
Please note that a JSON-encoded object has several important differences from the object literal:

0 commit comments

Comments
 (0)