From 26ff2ddd64a262fa1b51c52bb476df308206f854 Mon Sep 17 00:00:00 2001 From: Jamie T Date: Thu, 23 Aug 2018 19:33:04 +0100 Subject: [PATCH] Update tutorial documentation (#587) --- site/jekyll/getting-started/tutorial.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/jekyll/getting-started/tutorial.md b/site/jekyll/getting-started/tutorial.md index 3653161cf..d4afe006d 100644 --- a/site/jekyll/getting-started/tutorial.md +++ b/site/jekyll/getting-started/tutorial.md @@ -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" } ]; ```