Skip to content

Commit 4eb9522

Browse files
venticerodyhaddad
authored andcommitted
docs(tutorial/step-12): fix typo
Closes angular#7596
1 parent 2859fc4 commit 4eb9522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_12.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ isn't required to do JavaScript animations with AngularJS, but we're going to us
494494
your own JavaScript animation library is beyond the scope of this tutorial. For more on
495495
`jQuery.animate`, see the [jQuery documentation](http://api.jquery.com/animate/).
496496

497-
The `addClass` and `removeClass` callback functions are called whenever an a class is added or removed
497+
The `addClass` and `removeClass` callback functions are called whenever a class is added or removed
498498
on the element that contains the class we registered, which is in this case `.phone`. When the `.active`
499499
class is added to the element (via the `ng-class` directive) the `addClass` JavaScript callback will
500500
be fired with `element` passed in as a parameter to that callback. The last parameter passed in is the

0 commit comments

Comments
 (0)