From 7f33e1ca89c4127c4171510413c1ed8c7270a418 Mon Sep 17 00:00:00 2001 From: Ammar Date: Tue, 26 Nov 2013 07:34:07 -0800 Subject: docs(tutorial/step-12): fix typo Closes #5148 --- docs/content/tutorial/step_12.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/tutorial') 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`__ 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. -- cgit v1.2.3