diff options
| -rw-r--r-- | docs/content/tutorial/step_12.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_12.ngdoc b/docs/content/tutorial/step_12.ngdoc index 15cd5261..bd4333e4 100644 --- a/docs/content/tutorial/step_12.ngdoc +++ b/docs/content/tutorial/step_12.ngdoc @@ -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. |
