From 5fcd85ea6994af5787f64b15169d7817136f9863 Mon Sep 17 00:00:00 2001 From: Lokesh Date: Thu, 7 Nov 2019 13:09:37 +0530 Subject: [PATCH] Minor syntax fix in example code in tutorial.md (#2542) --- content/tutorial/tutorial.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/tutorial/tutorial.md b/content/tutorial/tutorial.md index e90f8ae8f..579c7477a 100644 --- a/content/tutorial/tutorial.md +++ b/content/tutorial/tutorial.md @@ -197,6 +197,7 @@ class Board extends React.Component { renderSquare(i) { return ; } +} ``` Change Square's `render` method to show that value by replacing `{/* TODO */}` with `{this.props.value}`: