Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 1b0718b

Browse files
jaygoldmanmatsko
authored andcommitted
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
1 parent 53fd24f commit 1b0718b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/content/tutorial/step_12.ngdoc

+1-2
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,7 @@ Let's add another animation to our application. Switching to our `phone-detail.h
293293
we see that we have a nice thumbnail swapper. By clicking on the thumbnails listed on the page,
294294
the profile phone image changes. But how can we change this around to add animations?
295295

296-
Lets think about it first,
297-
basically when you click on a thumbnail image, you're changing the state of the profile image to reflect the newly
296+
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
298297
selected thumbnail image.
299298
The best way to specify state changes within HTML is to use classes.
300299
Much like before, how we used a CSS class to specify

0 commit comments

Comments
 (0)