From 1b0718bf89aff5a9686cd89cad91a7a11825e9f0 Mon Sep 17 00:00:00 2001 From: Jay Goldman Date: Fri, 27 Dec 2013 22:35:01 -0800 Subject: docs(tutorial/step-12): replaced a missing apostrophe and fixed grammar errors Fixed a missing apostrophe and some grammar in the Animating 'ngClass' with JavaScript section --- docs/content/tutorial/step_12.ngdoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/content/tutorial/step_12.ngdoc') diff --git a/docs/content/tutorial/step_12.ngdoc b/docs/content/tutorial/step_12.ngdoc index 1fabfd1c..ba281c01 100644 --- a/docs/content/tutorial/step_12.ngdoc +++ b/docs/content/tutorial/step_12.ngdoc @@ -293,8 +293,7 @@ Let's add another animation to our application. Switching to our `phone-detail.h we see that we have a nice thumbnail swapper. By clicking on the thumbnails listed on the page, the profile phone image changes. But how can we change this around to add animations? -Lets think about it first, -basically when you click on a thumbnail image, you're changing the state of the profile image to reflect the newly +Let's think about it first. Basically, when you click on a thumbnail image, you're changing the state of the profile image to reflect the newly selected thumbnail image. The best way to specify state changes within HTML is to use classes. Much like before, how we used a CSS class to specify -- cgit v1.2.3