We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a952b4f commit 205e73cCopy full SHA for 205e73c
1 file changed
1-js/7-js-misc/2-json/article.md
@@ -88,7 +88,7 @@ alert( user.friends[1] ); // 1
88
Он выглядит так:
89
90
```js
91
-// title: название собятия, date: дата события
+// title: название события, date: дата события
92
var str = '{"title":"Конференция","date":"2012-11-30T12:00:00.000Z"}';
93
```
94
@@ -363,4 +363,4 @@ function vote(outputElem) {
363
xhr.send(null);
364
}
365
</script>
366
-[/head]
+[/head]
0 commit comments