Skip to content

Commit 26ff2dd

Browse files
teimajdustinsoftware
authored andcommitted
Update tutorial documentation (#587)
1 parent 3281a16 commit 26ff2dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/jekyll/getting-started/tutorial.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,9 @@ So far we've been inserting the comments directly in the source code. Instead, l
374374

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

0 commit comments

Comments
 (0)