From 88a6fe2343f31734cde3117a6d0d41bbf66b06c5 Mon Sep 17 00:00:00 2001 From: pallxk Date: Tue, 30 Oct 2018 14:44:16 +0800 Subject: [PATCH] Update step-3.md --- app/3.0/start/first-element/step-3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/3.0/start/first-element/step-3.md b/app/3.0/start/first-element/step-3.md index a518735465..e34d253cf2 100644 --- a/app/3.0/start/first-element/step-3.md +++ b/app/3.0/start/first-element/step-3.md @@ -186,7 +186,7 @@ Now your element has `pressed` and `toggleIcon` properties working. Reload the demo, and you should see star and heart icons: -Demo showing icon toggles with star and heart icons +Demo showing icon toggles with star and heart icons Next, we'll make the icons react to being clicked. On to [step 4](step-4)!