diff --git a/docs/tutorial/tutorial.md b/docs/tutorial/tutorial.md index 51daf16f6d..ea036428a7 100644 --- a/docs/tutorial/tutorial.md +++ b/docs/tutorial/tutorial.md @@ -90,7 +90,7 @@ After: You should see a number in each square in the rendered output. ##An Interactive Component -Let's make the Square component fill in an "X" when you click it. Try changing the tag returned in the `render()` function of the `Square` class to: +Let's make the Square component fill in an "X" when you click it. Try changing the opening tag returned in the `render()` function of the `Square` class to: ```html