docs(tutorial/step-12): fix typo

Closes #5148
This commit is contained in:
Ammar 2013-11-26 07:34:07 -08:00 committed by Pete Bacon Darwin
parent 28d00945ba
commit 7f33e1ca89

View file

@ -153,7 +153,7 @@ __`app/css/animations.css`__
</pre>
As you can see our `phone-listing` CSS class is combined together with the animation hooks that occur when items are
inserted info and removed from the list:
inserted into and removed from the list:
* The `ng-enter` class is applied to the element when a new phone is added to the list and rendered on the page.
* The `ng-move` class is applied when items are moved around in the list.