From d7b1599f8871e469367a743844f8581a01ddd204 Mon Sep 17 00:00:00 2001 From: cloudy1 Date: Tue, 29 Nov 2016 23:00:33 +0200 Subject: [PATCH] Update tutorial.md (#8328) * Update tutorial.md fix "unknown: Unexpected token" in "codepen.io". * tweaks per suggestion --- tutorial/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/tutorial.md b/tutorial/tutorial.md index 51daf16f..ea036428 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 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