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}`: