diff --git a/tutorial/tutorial.md b/tutorial/tutorial.md index 4ab2dc857..2577c5ca5 100644 --- a/tutorial/tutorial.md +++ b/tutorial/tutorial.md @@ -221,7 +221,7 @@ In [JavaScript classes](https://developer.mozilla.org/en-US/docs/Web/JavaScript/ Now change the Square `render` method to display the value from the current state, and to toggle it on click: * Replace `this.props.value` with `this.state.value` inside the `