Skip to content

Commit 205e73c

Browse files
committed
Update article.md
1 parent a952b4f commit 205e73c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

1-js/7-js-misc/2-json/article.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ alert( user.friends[1] ); // 1
8888
Он выглядит так:
8989

9090
```js
91-
// title: название собятия, date: дата события
91+
// title: название события, date: дата события
9292
var str = '{"title":"Конференция","date":"2012-11-30T12:00:00.000Z"}';
9393
```
9494

@@ -363,4 +363,4 @@ function vote(outputElem) {
363363
xhr.send(null);
364364
}
365365
</script>
366-
[/head]
366+
[/head]

0 commit comments

Comments
 (0)