Skip to content

Commit

Permalink
Update tutorial documentation (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
teimaj authored and dustinsoftware committed Aug 23, 2018
1 parent 3281a16 commit 26ff2dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/jekyll/getting-started/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,9 +374,9 @@ So far we've been inserting the comments directly in the source code. Instead, l

```javascript
const data = [
{ id: 1, author: "Daniel Lo Nigro", text: "Hello ReactJS.NET World!" },
{ id: 2, author: "Pete Hunt", text: "This is one comment" },
{ id: 3, author: "Jordan Walke", text: "This is *another* comment" }
{ Id: 1, Author: "Daniel Lo Nigro", Text: "Hello ReactJS.NET World!" },
{ Id: 2, Author: "Pete Hunt", Text: "This is one comment" },
{ Id: 3, Author: "Jordan Walke", Text: "This is *another* comment" }
];
```

Expand Down

0 comments on commit 26ff2dd

Please sign in to comment.