From 4c6286c34a6e0900137c9cc4941969facf68be03 Mon Sep 17 00:00:00 2001 From: Dai Nguyen Date: Thu, 23 Feb 2017 13:54:03 -0700 Subject: [PATCH] Update tutorial.md (#9051) --- tutorial/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/tutorial.md b/tutorial/tutorial.md index bba1bfb9e..00ec33420 100644 --- a/tutorial/tutorial.md +++ b/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 opening 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 button tag returned in the `render()` function of the `Square` class to: ```html