Skip to content

Commit 8489afd

Browse files
Update article.md
Sensible re-ordering of words.
1 parent 0873473 commit 8489afd

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)