diff --git a/docs/tutorial/tutorial.md b/docs/tutorial/tutorial.md index 4ab2dc8573..2577c5ca56 100644 --- a/docs/tutorial/tutorial.md +++ b/docs/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 `