From e8461f04309d7c96c5402d317910380def0ef055 Mon Sep 17 00:00:00 2001 From: venticello Date: Mon, 26 May 2014 05:52:42 -0700 Subject: [PATCH] Fixed typo. Fixed a typo (redundant "an") --- docs/content/tutorial/step_12.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_12.ngdoc b/docs/content/tutorial/step_12.ngdoc index cebff564a068..58bc5f9c4c02 100644 --- a/docs/content/tutorial/step_12.ngdoc +++ b/docs/content/tutorial/step_12.ngdoc @@ -494,7 +494,7 @@ isn't required to do JavaScript animations with AngularJS, but we're going to us your own JavaScript animation library is beyond the scope of this tutorial. For more on `jQuery.animate`, see the [jQuery documentation](http://api.jquery.com/animate/). -The `addClass` and `removeClass` callback functions are called whenever an a class is added or removed +The `addClass` and `removeClass` callback functions are called whenever a class is added or removed on the element that contains the class we registered, which is in this case `.phone`. When the `.active` class is added to the element (via the `ng-class` directive) the `addClass` JavaScript callback will be fired with `element` passed in as a parameter to that callback. The last parameter passed in is the