We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d317a8 commit 35a75aaCopy full SHA for 35a75aa
docs/content/tutorial/step_12.ngdoc
@@ -293,8 +293,7 @@ Let's add another animation to our application. Switching to our `phone-detail.h
293
we see that we have a nice thumbnail swapper. By clicking on the thumbnails listed on the page,
294
the profile phone image changes. But how can we change this around to add animations?
295
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
+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
298
selected thumbnail image.
299
The best way to specify state changes within HTML is to use classes.
300
Much like before, how we used a CSS class to specify
0 commit comments